Fix MD038 to handle text matches outside code span elements.

This commit is contained in:
David Anson 2016-11-10 20:57:13 -08:00
parent 0f64bd5b4e
commit 74bd9b6e5b
2 changed files with 23 additions and 4 deletions

View file

@ -5,3 +5,19 @@
`codespan element with space inside right ` {MD038}
` codespan element with spaces inside ` {MD038}
`,`, `.`
`,`, `code`
`[`, `(`, `+`, `*`, `/`, `-`, `,`, `.`
`code` code `anything`
text `code` code `anything` text
text `code` text `anything` code `end`
text `anything` code `code` text `end`
text `anything` text `anything` code `anything` `code`