snudown
snudown copied to clipboard
reddit's markdown renderer. based on sundown.
User could use this as the following: ==highlight me!== Which then would get translated to: highlight me! Similar to my previous PR (https://github.com/reddit/snudown/pull/86) this might be a need feature to...
User could use this as the following: `>c:blue::text:
#### Bug description When linking to an email address the URI has to be written as `mailto://[email protected]` instead of `mailto:[email protected]`. Only the second form is correct [according to the standard](https://tools.ietf.org/html/rfc6068#section-2)....
This pull request enables the GitHub-style markdown codefences in Snudown (by enabling the `MKDEXT_FENCED_CODE` flag) So, if merged, code blocks like this will work on the old reddit design: \```javascript...
👓 @pwildani @lan17
b5ade1a697b48c7893fbbbde3d708ed9bb111f29 (#78) added two members to this struct, but only one to this initializer. This leads to undefined behaviour when rendering something like `#/u/test`, since the other callback functions are...
It would be great if RFM supported formatted code snippets like GFM. So that ``` const buildselecthtml = (options, selected) => $.map(options, option => '' + option.name + '') .join('');...
These callback is useful for widget toolkit users of the render, which need to insert a widget at when entering (as well as exiting) some of the block or table...
Currently, on a superscript grouping ^(like this), backslashes cause an instant end to the group, as though the first backslash seen was a closing paren. This behavior seems undesirable, and...