mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 14:30:12 +01:00
23 lines
437 B
Markdown
23 lines
437 B
Markdown
`normal codespan element`
|
|
|
|
` codespan element with space inside left` {MD038}
|
|
|
|
`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`
|