#
markdown-to-html
Here are 323 public repositories matching this topic...
An extremely simple, pluggable static site generator.
-
Updated
Sep 9, 2020 - JavaScript
1
Keats
commented
Sep 16, 2020
https://github.com/getzola/zola/blob/9f367ae7e7af33b58be8335899708ab2d80f5213/src/cmd/serve.rs#L324 can happen and the user just gets a panic.
A Python implementation of John Gruber’s Markdown with Extension support.
-
Updated
Sep 17, 2020 - Python
A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET
markdown
gfm
csharp
dotnet
dotnetcore
markdown-parser
commonmark
markdown-to-html
markdown-flavors
markdown-processor
commonmark-parsing
-
Updated
Sep 15, 2020 - C#
make visualization in markdown. 📊 📈
visualization
d3
markdown
chart
markdown-editor
visual
visualizer
markdown-to-html
markdown-it
d3-node
markdown-it-plugin
-
Updated
Jan 4, 2018 - JavaScript
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.
java
markdown
html-to-markdown
markdown-parser
commonmark
markdown-to-html
markdown-flavors
markdown-processor
pegdown
markdown-to-pdf
markdown-conversion
-
Updated
Jun 5, 2020 - Java
presentations as code - author cool slide decks, text-only, offline-ready, collaborative
markdown
graphviz
presentation
pandoc
plantuml
asciinema
mathjax
ditaa
ascii-art
vega-lite
markdown-to-html
slide-deck
pandoc-filter
revealjs
decktape
-
Updated
Sep 17, 2020 - CSS
A super fast, highly extensible markdown parser for PHP
markdown
gfm
php
markdown-parser
markdown-to-html
markdown-converter
markdown-flavors
markdown-extra
-
Updated
Feb 26, 2020 - HTML
Documentation website generator
-
Updated
Jul 30, 2020 - 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
Sep 16, 2020 - JavaScript
Markdown language support for IntelliJ IDEA.
-
Updated
Sep 14, 2020 - Kotlin
-
Updated
Aug 5, 2020 - 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
Sep 12, 2020 - PHP
markdown
markdown-editor
markdown-parser
markdown-to-html
markdown-converter
markdown-viewer
md
mditor
-
Updated
Apr 10, 2019 - JavaScript
Grav Admin Plugin
markdown
php
cms
content
website
admin
administration
es6
markdown-editor
admin-dashboard
es6-javascript
website-builder
grav
content-management
website-generation
user-interface
markdown-to-html
grav-plugin
-
Updated
Sep 14, 2020 - SCSS
Markdown for Humans.
-
Updated
Sep 17, 2020 - Python
markdown
markdown-editor
markdown-to-html
markdown-snippets
markdown-writer
markdown-converter
markdown-html
markdown-builder
markdown-previewer
markdown-generator
markdown-online
-
Updated
Sep 10, 2020 - TypeScript
A tool which can process markdown to HTML
-
Updated
Jun 24, 2020 - Java
simple markdown translator
-
Updated
Aug 29, 2020 - C
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
Sep 17, 2020 - C#
With DocPHT you can take notes and quickly document anything and without the use of any database.
syntax-highlighting
docker
php
snippets
documentation
docs
notes
documentation-tool
devdocs
markdown-to-html
note
docpht
-
Updated
Jan 15, 2020 - PHP
Ridiculously simple markdown displayer - a native web component based on Custom Elements v1 specs to load and display an external MD file
-
Updated
Jul 16, 2020 - HTML
Markdown-based site (blog, project documentation, etc) written with NodeJS.
-
Updated
Apr 6, 2019 - JavaScript
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
Aug 23, 2020 - C++
A Beautiful Markdown Parser in the Nim World.
-
Updated
Dec 30, 2019 - Nim
A Github flavored iA Writer template with math, graph support.
-
Updated
Feb 24, 2018 - JavaScript
-
Updated
Feb 2, 2020 - CSS
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