markdown-viewer
Here are 165 public repositories matching this topic...
-
Updated
Jul 16, 2019 - JavaScript
-
Updated
Nov 11, 2020 - JavaScript
-
Updated
Sep 24, 2020 - Kotlin
-
Updated
Sep 8, 2020 - HTML
-
Updated
Apr 10, 2019 - JavaScript
-
Updated
Apr 9, 2020 - JavaScript
Render emojis codes
Is your feature request related to a problem? Please describe.
Most of the time I'm using markdown with emoji support (Trello / Github), I would love to use the editor to easily draft my messages but I cannot insert emojis supported by my tools
Describe the solution you'd like
What if the viewer renders the emoji codes (as listed [here](https://www.webfx.com/tools/emoji-cheat-shee
-
Updated
Nov 2, 2020 - TypeScript
-
Updated
Oct 23, 2020 - Python
-
Updated
Feb 12, 2018 - TypeScript
-
Updated
Sep 21, 2017 - JavaScript
-
Updated
Jul 8, 2019 - Python
-
Updated
Dec 5, 2020 - JavaScript
-
Updated
Apr 6, 2019 - JavaScript
-
Updated
Aug 23, 2020 - C++
-
Updated
May 15, 2017 - JavaScript
-
Updated
Feb 24, 2018 - JavaScript
-
Updated
Dec 3, 2020 - Vala
-
Updated
Oct 2, 2020 - C#
-
Updated
Feb 6, 2018 - Python
-
Updated
Aug 21, 2019 - Swift
-
Updated
May 19, 2019 - JavaScript
-
Updated
Sep 19, 2020 - JavaScript
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Feb 12, 2020 - CSS
-
Updated
Feb 6, 2018 - Python
Improve this page
Add a description, image, and links to the markdown-viewer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the markdown-viewer topic, visit your repo's landing page and select "manage topics."
I'd like there to be an option to have code blocks be line wrapped. Maybe a check box for it in Rendering -> "Syntax highlighted code block" next to "Show line numbers" etc.?
If I try hard enough I can dig through the css files in Contents/Resources/Prism/themes and change "white-space: pre;" to "white-space: pre-wrap;", but doing so breaks the code signature of the app. And that's not a very n