#
markdown-viewer
Here are 194 public repositories matching this topic...
A hackable Markdown editor component built with Svelte
-
Updated
on Jul 23, 2021 - TypeScript
微信小程序Markdown渲染库
-
Updated
on Jul 16, 2019 - JavaScript
EasyMDE: A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
-
Updated
on Jun 16, 2021 - JavaScript
An interactive, terminal-based markdown presenter
-
Updated
on Jul 9, 2021 - Python
Markdown language support for IntelliJ IDEA.
-
Updated
on Sep 24, 2020 - Kotlin
木及简历|一款用 `Markdown`就能写出好看简历(resume)的在线工具。
resume-template
resume
markdown
markdown-editor
cv-template
markdown-viewer
react-editor
resumes
resume-app
resume-analysis
resume-website
-
Updated
on May 30, 2021 - TypeScript
LaTeX Math for Markdown inside of Visual Studio Code.
-
Updated
on Jun 18, 2021 - JavaScript
Markdown Viewer / Browser Extension
javascript
chrome-extension
markdown
firefox
chrome
firefox-addon
firefox-extension
browser-extension
markdown-viewer
-
Updated
on Mar 24, 2021 - JavaScript
markdown
markdown-editor
markdown-parser
markdown-to-html
markdown-converter
markdown-viewer
md
mditor
-
Updated
on Apr 10, 2019 - JavaScript
Open
Render emojis codes
1
maximepiard
commented
on 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
elegant document generation tool.
-
Updated
on Feb 12, 2018 - TypeScript
Firefox add-on to view markdown files
-
Updated
on Sep 21, 2017 - JavaScript
Quick Look extension for Markdown files on macOS Catalina and Big Sur.
-
Updated
on Jun 2, 2021 - C++
react
javascript
markdown
playground
spa
vue
preact
compiler
jsx
single-page-app
image-gallery
javascript-framework
web-components
handlebars
react-components
custom-elements
compilers
markdown-viewer
handlebarsjs
dataformsjs
-
Updated
on Jun 6, 2021 - JavaScript
render markdown to the console (not just highlight it)
-
Updated
on Jul 8, 2019 - Python
MadEdit-Mod is a cross platform Text/Hex editor(based on the madedit project @ sourceforge)
windows
linux
c-plus-plus
unicode
cross-platform
wxwidgets
beautifier
hex-editor
text-editor
bsd
markdown-to-html
wxwidgets-applications
markdown-viewer
madedit
column-editor
-
Updated
on Jun 29, 2021 - C
Markdown-based site (blog, project documentation, etc) written with NodeJS.
-
Updated
on Apr 6, 2019 - JavaScript
A Github flavored iA Writer template with math, graph support.
-
Updated
on Feb 24, 2018 - JavaScript
Self-hosted application distribution
-
Updated
on May 15, 2017 - JavaScript
Lightweight Notepad++ plugin to preview Markdown files
-
Updated
on Oct 2, 2020 - C#
-
Updated
on Apr 12, 2021 - Vala
Lightweight markdown terminal renderer
-
Updated
on Feb 6, 2018 - Python
A document based iOS app for viewing markdown files.
-
Updated
on Aug 21, 2019 - Swift
a simple Markdown viewer with auto update and PDF export
-
Updated
on May 19, 2019 - JavaScript
react
html
markdown
markdown-editor
reactjs
markdown-parser
markdown-to-html
markdown-converter
hacktoberfest
markdown-viewer
markdown-previewer
markitdown
-
Updated
on May 1, 2021 - JavaScript
markdown
create-react-app
markdown-editor
reactjs
codemirror
markdown-viewer
markdown-previewer
marked-js
-
Updated
on Jul 20, 2021 - 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