markdown-viewer
Here are 224 public repositories matching this topic...
-
Updated
Jun 10, 2022 - TypeScript
-
Updated
Jun 7, 2022 - JavaScript
-
Updated
Apr 12, 2022 - TypeScript
-
Updated
Mar 31, 2022 - Python
-
Updated
Jul 16, 2019 - JavaScript
-
Updated
Sep 24, 2020 - Kotlin
-
Updated
Feb 21, 2022 - JavaScript
-
Updated
Apr 28, 2022 - JavaScript
-
Updated
Apr 10, 2019 - 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
Jun 9, 2022 - C++
-
Updated
Feb 12, 2018 - TypeScript
-
Updated
Sep 21, 2017 - JavaScript
-
Updated
May 2, 2022 - JavaScript
-
Updated
Jun 10, 2022 - JavaScript
-
Updated
Jul 8, 2019 - Python
-
Updated
Nov 28, 2021 - C
It should display a local image that has a space character in the filename if the image is included with escaping (%20).
For example, I have an image 123 4.png.
I include it to .md file with: .
It works fine, for example, both in GitHub and in IntelliJ IDEA.
But this plugin does not work with this case.
-
Updated
May 1, 2022 - TypeScript
-
Updated
Feb 24, 2018 - JavaScript
-
Updated
Apr 6, 2019 - JavaScript
-
Updated
May 15, 2017 - JavaScript
-
Updated
Apr 10, 2022 - Vala
-
Updated
Jan 28, 2022 - Python
-
Updated
Aug 21, 2019 - Swift
-
Updated
Nov 17, 2021 - JavaScript
-
Updated
May 19, 2019 - JavaScript
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