An open API service indexing awesome lists of open source software.

https://github.com/breakdance/breakdance-examples

Examples to help you know what to expect when using breakdance to convert HTML to markdown.
https://github.com/breakdance/breakdance-examples

breakdance commonmark convert html markdown

Last synced: over 1 year ago
JSON representation

Examples to help you know what to expect when using breakdance to convert HTML to markdown.

Awesome Lists containing this project

README

          

# What is this?

This repository hosts examples of the markdown generated by [breakdance](http://breakdance.io/index.html), to help you get an idea of what breakdance does, and what to expect when using it.

## Examples

### commonmark spec HTML

**Generated using the [breakdance CLI](http://breakdance.io), v1.1.0**:

- [commonmark/breakdance-example-commonmark.html](commonmark/breakdance-example-commonmark.html): The HTML to be converted (~13,000 sloc). The HTML is from Version 0.27 (2016-11-18) of the [commonmark specification](http://spec.commonmark.org/0.27/).
- [commonmark/breakdance-example-commonmark.md](commonmark/breakdance-example-commonmark.md): Markdown generated by breakdance (~10,000 sloc) from converting the HTML file in the previous bullet
- [commonmark/breakdance-example-commonmark.txt](commonmark/breakdance-example-commonmark.txt): Same as `breakdance-example-commonmark.md`, but in plain text, so you can easily see the actual unrendered-markdown

## Learn more about breakdance

- visit the [breakdance documtentation](http://breakdance.io/)
- visit the [breakdance GitHub repository](https://github.com/breakdance/breakdance)

You can also [follow @breakdancejs on twitter](https://twitter.com/breakdancejs)