rsc / markdown

Basic Markdown parser and HTML generator
BSD 3-Clause "New" or "Revised" License
81 stars 4 forks source link

markdown: fix markdown printing for inline code #12

Closed jba closed 6 months ago

jba commented 6 months ago

Code.printMarkdown outputs the minimum number of backticks that reproduces the content, and adds spaces on either side if necessary.

Removed the unused numTicks field.