Skip to content

Commit

Permalink
Add comment characters for Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Dec 8, 2021
1 parent 713e0c2 commit 6360e4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pytest_doctestplus/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
comment_characters = {
'.txt': '#',
'.tex': '%',
'.rst': r'\.\.'
'.rst': r'\.\.',
'.md': '<!--'
}


Expand Down

0 comments on commit 6360e4e

Please sign in to comment.