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.
- Host: GitHub
- URL: https://github.com/breakdance/breakdance-examples
- Owner: breakdance
- Created: 2017-04-22T06:16:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-22T06:32:10.000Z (about 9 years ago)
- Last Synced: 2025-01-05T09:23:23.078Z (over 1 year ago)
- Topics: breakdance, commonmark, convert, html, markdown
- Language: HTML
- Size: 104 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)