All Projects → Byron → pulldown-cmark-to-cmark

Byron / pulldown-cmark-to-cmark

Licence: other
Convert pulldown-cmark Events back to the string they were parsed from

Programming Languages

rust
11053 projects
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to pulldown-cmark-to-cmark

Upndown
HTML to Markdown javascript converter
Stars: ✭ 278 (+858.62%)
Mutual labels:  markdown-converter
Github Wiki Sidebar
Github Wiki sidebar menu builder with multi-level, ordering and exclusion list support
Stars: ✭ 117 (+303.45%)
Mutual labels:  markdown-converter
Panwriter
Markdown editor with pandoc integration and paginated preview.
Stars: ✭ 242 (+734.48%)
Mutual labels:  markdown-converter
Mditor
📝 [ M ] arkdown + E [ ditor ] = Mditor
Stars: ✭ 523 (+1703.45%)
Mutual labels:  markdown-converter
Macdown
Open source Markdown editor for macOS.
Stars: ✭ 8,855 (+30434.48%)
Mutual labels:  markdown-converter
Markdownify
The HTML to Markdown converter for PHP
Stars: ✭ 167 (+475.86%)
Mutual labels:  markdown-converter
literator
📝 Generate literate-style markdown docs from your sources
Stars: ✭ 55 (+89.66%)
Mutual labels:  markdown-converter
swift-markdownkit
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 attr…
Stars: ✭ 64 (+120.69%)
Mutual labels:  markdown-converter
Swiftymarkdown
Converts Markdown files and strings into NSAttributedStrings with lots of customisation options.
Stars: ✭ 1,274 (+4293.1%)
Mutual labels:  markdown-converter
Cwac Anddown
CWAC AndDown: Markdown Utility Library
Stars: ✭ 230 (+693.1%)
Mutual labels:  markdown-converter
Markitdown
📱 A React app to preview and edit Markdown✍. You can also export it as HTML.
Stars: ✭ 26 (-10.34%)
Mutual labels:  markdown-converter
Academic Pandoc Template
Write beautiful academic texts with the distraction-free Pandoc Markdown and typademic.
Stars: ✭ 60 (+106.9%)
Mutual labels:  markdown-converter
Markdown
📖Clean & Modern MarkDown Generator, 🔌Offline Support and Easy Generation of Markdown ⚡️⚛️ https://github.com/JP1016/Markdown-Electron/releases
Stars: ✭ 170 (+486.21%)
Mutual labels:  markdown-converter
Md2man
📚 Converts markdown into UNIX manual pages
Stars: ✭ 337 (+1062.07%)
Mutual labels:  markdown-converter
dita-ot-markdown
Markdown parser and output for DITA-OT
Stars: ✭ 39 (+34.48%)
Mutual labels:  markdown-converter
jekyll-commonmark
CommonMark generator for Jekyll
Stars: ✭ 28 (-3.45%)
Mutual labels:  markdown-converter
Mdtool
A tool which can process markdown to HTML
Stars: ✭ 136 (+368.97%)
Mutual labels:  markdown-converter
forumfmt
A personal tool for converting from Markdown to BBCode for SA:MP forum.
Stars: ✭ 12 (-58.62%)
Mutual labels:  markdown-converter
enml2md
Evernote to Markdown Converter
Stars: ✭ 36 (+24.14%)
Mutual labels:  markdown-converter
Yarle
Yarle - The ultimate converter of Evernote notes to Markdown
Stars: ✭ 170 (+486.21%)
Mutual labels:  markdown-converter

Crates.io Rust

A utility library which translates Event back to markdown. It's the prerequisite for writing markdown filters which can work as mdbook-preprocessors.

This library takes great pride in supporting everything that pulldown-cmark supports, including tables and footnotes and codeblocks in codeblocks, while assuring quality with a powerful test suite.

How to use

Please have a look at the stupicat-example for a complete tour of the API, or have a look at the api-docs.

It's easiest to get this library into your Cargo.toml using cargo-add:

cargo add pulldown-cmark-to-cmark

Friends of this project

  • termbook
    • A runner for mdbooks to keep your documentation tested.
  • Share Secrets Safely
    • share secrets within teams to avoid plain-text secrets from day one

Maintenance Guide

Making a new release

  • Assure all documentation is up-to-date and tests are green
  • update the version in Cargo.toml and git commit
  • run cargo release --no-dev-version
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].