snarkdown icon indicating copy to clipboard operation
snarkdown copied to clipboard

:smirk_cat: A snarky 1kb Markdown parser written in JavaScript

Results 44 snarkdown issues
Sort by recently updated
recently updated
newest added

```md mSrc [, options ]) ``` generated unexpected link: ```html mSrc , options ) ```

I'm just curious shouldn't multiple newlines be transformed to paragraphs, not linebreaks? This was intended for some reason?

enhancement
help wanted

I would like to have nested lists. I cannot get them to work. I tried various "styles" (e.g., 2 spaces, 4 spaces). See example below. ## Example **Markdown input** ```...

https://babelmark.github.io/?text=Test

Describe the bug Markdown code not formatting correctly on uptime website. To Reproduce Comment on issue with some code using `````` triple backticks Go to issue on website Expected behavior...

bug

Basic text formatting sequences (_, *, __, **) are now required to not be entirely within a word; that is, they must have a non-word character on either side to...

Closes https://github.com/developit/snarkdown/issues/98

I was working on a component that used snarkdown/marked on my mac, and it was working fine. Then I switched to my windows desktop to make some quick changes, and...