markdown-to-html
Here are 394 public repositories matching this topic...
An extremely simple, pluggable static site generator.
-
Updated
Feb 19, 2021 - JavaScript
The main issue is that it's painful to get a real library loaded without just creating some files and commit them. Ideally there would be a function/macro that can be used to create pages/sections.
The other files in the library component create whatever is needed manually but it makes tests very verbose/long where 90% of the test is actually setup.
The library.rs really needs some more tes
A Python implementation of John Gruber’s Markdown with Extension support.
-
Updated
May 26, 2021 - Python
A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET
-
Updated
May 8, 2021 - C#
CommonMark/Markdown Java parser with source level AST. CommonMark 0.28, emulation of: pegdown, kramdown, markdown.pl, MultiMarkdown. With HTML to MD, MD to PDF, MD to DOCX conversion modules.
-
Updated
May 28, 2021 - Java
make visualization in markdown.
-
Updated
Jan 4, 2018 - JavaScript
presentations as code - author cool slide decks, text-only, offline-ready, collaborative
-
Updated
May 14, 2021 - CSS
EasyMDE: A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
-
Updated
May 23, 2021 - JavaScript
A super fast, highly extensible markdown parser for PHP
-
Updated
Jan 20, 2021 - HTML
Documentation website generator
-
Updated
May 9, 2021 - JavaScript
Markdown language support for IntelliJ IDEA.
-
Updated
Sep 24, 2020 - Kotlin
-
Updated
May 18, 2021 - JavaScript
Daux.io is an documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. It helps you create great looking documentation in a developer friendly way.
-
Updated
May 31, 2021 - PHP
-
Updated
Apr 10, 2019 - JavaScript
Grav Admin Plugin
-
Updated
May 27, 2021 - SCSS
We should automatically refresh the page when making changes otherwise we'd need to do a manual refresh all the time.
-
Updated
May 28, 2021 - TypeScript
simple markdown translator
-
Updated
May 27, 2021 - C
A tool which can process markdown to HTML
-
Updated
Dec 26, 2020 - Java
Ridiculously simple zero-config markdown displayer
-
Updated
May 30, 2021 - JavaScript
ReverseMarkdown.Net is a Html to Markdown converter library in C#. Conversion is very reliable since HtmlAgilityPack (HAP) library is used for traversing the Html DOM
-
Updated
May 28, 2021 - C#
helloworld 开发者社区开源的一个轻量级,强大的 html 一键转 md 工具,支持多平台文章一键转换,并保存下载到本地。
-
Updated
May 19, 2021 - JavaScript
With DocPHT you can take notes and quickly document anything and without the use of any database.
-
Updated
Jan 12, 2021 - PHP
A Beautiful Markdown Parser in the Nim World.
-
Updated
May 7, 2021 - Nim
MadEdit-Mod is a cross platform Text/Hex editor(based on the madedit project @ sourceforge)
-
Updated
Apr 24, 2021 - C
Markdown-based site (blog, project documentation, etc) written with NodeJS.
-
Updated
Apr 6, 2019 - JavaScript
-
Updated
Mar 31, 2021 - CSS
A Github flavored iA Writer template with math, graph support.
-
Updated
Feb 24, 2018 - JavaScript
Improve this page
Add a description, image, and links to the markdown-to-html topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the markdown-to-html 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