#
markdown-converter
Here are 146 public repositories matching this topic...
EasyMDE: A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
-
Updated
Apr 4, 2022 - JavaScript
Converts Markdown files and strings into NSAttributedStrings with lots of customisation options.
-
Updated
Apr 5, 2022 - Swift
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
Jan 18, 2022 - HTML
Markdown editor with pandoc integration and paginated preview.
-
Updated
Apr 3, 2022 - TypeScript
markdown
markdown-editor
markdown-parser
markdown-to-html
markdown-converter
markdown-viewer
md
mditor
-
Updated
Apr 10, 2019 - JavaScript
Yarle - The ultimate converter of Evernote notes to Markdown
markdown
metadata
converter
desktop-application
evernote-markup-language
electron-app
note-taking
zero-install
evernote
obsidian
evernote-enex
markdown-converter
zettelkasten
enex-files
enex
evernote-export
logseq
obsidian-md
ultimate-converter
evernote-to-logseq
-
Updated
Mar 23, 2022 - TypeScript
Converts exported Notion notes to work with Obsidian.
-
Updated
Mar 28, 2022 - JavaScript
-
Updated
Feb 4, 2018 - Ruby
HTML to Markdown javascript converter
-
Updated
Apr 27, 2018 - JavaScript
CWAC AndDown: Markdown Utility Library
-
Updated
May 4, 2019 - C
markdown
markdown-editor
markdown-to-html
markdown-snippets
markdown-writer
markdown-converter
markdown-html
markdown-builder
markdown-previewer
markdown-generator
markdown-online
-
Updated
Mar 2, 2022 - TypeScript
The HTML to Markdown converter for PHP
-
Updated
Jul 15, 2021 - PHP
A tool which can process markdown to HTML
-
Updated
Sep 1, 2021 - Java
Github Wiki sidebar menu builder with multi-level, ordering and exclusion list support
-
Updated
Sep 16, 2021 - JavaScript
Convert Google Keep notes dynamically to markdown for Obsidian and Notion using the unofficial Keep API
markdown
note-taking
obsidian
markdown-converter
notion
keep
google-keep
typora
zettelkasten
zettlekasten
obsidian-md
-
Updated
Mar 18, 2022 - Python
Write beautifully typeset academic texts with distraction-free Markdown and Pandoc.
markdown
pdf
latex
pandoc
academic-publishing
docx
latex-template
pdf-generator
markdown-converter
pandoc-template
docx-generator
tectonic
github-actions
github-action
-
Updated
Mar 9, 2022 - TeX
Convert markdown into Slack-specific markdown
-
Updated
Jan 29, 2022 - JavaScript
laughedelic
commented
Oct 15, 2017
This should be quite easy. There is not much to check:
- generate docs and see that the files exist: both transformed sources and md-files
- check that old files are cleaned up
- check that setting locations map works as expected
A framework for parsing and transforming text in Markdown format written in Swift 5 for macOS, iOS, and Linux. The supported syntax is based on the CommonMark specification. The framework defines an abstract syntax for Markdown, provides a parser for parsing strings into abstract syntax trees, and comes with generators for creating HTML and attributed strings.
-
Updated
Mar 22, 2022 - Swift
-
Updated
Feb 28, 2019 - Python
Parse markdown article, download images and replace images URL's with local paths
html
markdown
pdf
downloader
images
markdown-parser
markdown-to-html
markdown-converter
md
markdown-to-pdf
markdown-articles
-
Updated
Apr 1, 2022 - Python
Markdown parser and output for DITA-OT
-
Updated
Oct 8, 2017 - XSLT
Evernote to Markdown Converter
-
Updated
Nov 18, 2014 - CoffeeScript
CommonMark generator for Jekyll
-
Updated
Apr 4, 2022 - Ruby
react
html
markdown
markdown-editor
reactjs
markdown-parser
markdown-to-html
markdown-converter
hacktoberfest
markdown-viewer
markdown-previewer
markitdown
-
Updated
Dec 8, 2021 - JavaScript
yumetodo
commented
Aug 4, 2020
After #17, #18, code block backtick count is configurable. However, there is another problem.
Now let's consider such senario like below:
ex.) https://github.com/yumetodo/markdown_img_url_editor_rust/blob/master/src/lib.rs#L74
- Parse markdown file with pulldown-cmark
- Edit somewhare.
- Write back to markdown using pulldown-cmark-to-cmark
In this case, there is nothing to emulate
Typademic turns distraction freely written markdown files into beautiful PDFs.
-
Updated
Mar 31, 2022 - HTML
A set of custom Pandoc writers for converting to BBCode.
-
Updated
Jul 14, 2021 - Lua
Improve this page
Add a description, image, and links to the markdown-converter topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the markdown-converter 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