Skip to content
#

markdown-viewer

Here are 224 public repositories matching this topic...

ian-twilightcoder
ian-twilightcoder commented Dec 30, 2019

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

enhancement good first issue
marcdown
maximepiard
maximepiard commented Jul 2, 2019

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

enhancement help wanted good first issue

🌟 DataFormsJS 🌟 A minimal JavaScript Framework, standalone React and Web Components, and JSX Compiler for rapid development of high quality websites and single page applications.

  • Updated May 2, 2022
  • JavaScript
AlttiRi
AlttiRi commented Mar 27, 2021

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: ![](123%203.png "").

It works fine, for example, both in GitHub and in IntelliJ IDEA.
But this plugin does not work with this case.

bug good first issue

Improve this page

Add a description, image, and links to the markdown-viewer topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more