#
markdown-to-html
Here are 431 public repositories matching this topic...
An extremely simple, pluggable static site generator.
-
Updated
Jun 18, 2021 - JavaScript
yvt
commented
Oct 6, 2021
Bug Report
Like #1299 but for highlight_themes_css
Environment
Zola version: 0.14.1
Expected Behavior
[markdown]
highlight_code = true
highlight_theme = "css"
highlight_themes_css = [
{ theme = "one-dark", filename = "syntax-theme-dark.css" },
{ theme = "one-light", filename = "syntax-theme-light.css" },
]
Since one of the above themes doesn't ex
A Python implementation of John Gruber’s Markdown with Extension support.
-
Updated
Aug 24, 2021 - 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 16, 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.
java
markdown
html-to-markdown
markdown-parser
commonmark
markdown-to-html
markdown-flavors
markdown-processor
pegdown
markdown-to-pdf
markdown-conversion
-
Updated
Aug 23, 2021 - Java
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
EasyMDE: A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
-
Updated
Oct 9, 2021 - JavaScript
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
Jul 19, 2021 - CSS
A super fast, highly extensible markdown parser for PHP
markdown
gfm
php
markdown-parser
markdown-to-html
markdown-converter
hacktoberfest
markdown-flavors
markdown-extra
-
Updated
Sep 20, 2021 - HTML
Documentation website generator
-
Updated
Aug 11, 2021 - JavaScript
Markdown language support for IntelliJ IDEA.
-
Updated
Sep 24, 2020 - Kotlin
-
Updated
Sep 1, 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
Oct 6, 2021 - 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
Oct 1, 2021 - SCSS
giuseppeg
commented
Feb 19, 2021
We should automatically refresh the page when making changes otherwise we'd need to do a manual refresh all the time.
helloworld 开发者社区开源的一个轻量级,强大的 html 一键转 md 工具,支持多平台文章一键转换,并保存下载到本地。
-
Updated
Sep 18, 2021 - JavaScript
markdown
markdown-editor
markdown-to-html
markdown-snippets
markdown-writer
markdown-converter
markdown-html
markdown-builder
markdown-previewer
markdown-generator
markdown-online
-
Updated
Oct 6, 2021 - TypeScript
simple markdown translator
-
Updated
Oct 9, 2021 - C
A tool which can process markdown to HTML
-
Updated
Sep 1, 2021 - Java
Ridiculously simple zero-config markdown displayer
-
Updated
Oct 7, 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
Oct 11, 2021 - 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
Sep 2, 2021 - PHP
A Beautiful Markdown Parser in the Nim World.
-
Updated
Sep 23, 2021 - Nim
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
Jun 29, 2021 - C
Markdown Crash Course. Learn Markdown language on a simple way.
-
Updated
Jul 23, 2021 - HTML
-
Updated
Mar 31, 2021 - CSS
Markdown-based site (blog, project documentation, etc) written with NodeJS.
-
Updated
Apr 6, 2019 - 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