Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmatos/markdown-ng
Markdown in Racket
https://github.com/pmatos/markdown-ng
markdown racket
Last synced: about 1 month ago
JSON representation
Markdown in Racket
- Host: GitHub
- URL: https://github.com/pmatos/markdown-ng
- Owner: pmatos
- Created: 2019-10-23T18:41:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-15T12:17:42.000Z (over 2 years ago)
- Last Synced: 2024-11-21T03:46:46.822Z (3 months ago)
- Topics: markdown, racket
- Language: Racket
- Size: 671 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![raco pkg install markdown-ng](https://img.shields.io/badge/raco_pkg_install-markdown-ng-aa00ff.svg)](https://pkgs.racket-lang.org/package/markdown)
![MIT License](https://img.shields.io/badge/license-MIT-118811.svg)
[![Documentation](https://img.shields.io/badge/Docs-Documentation-blue.svg)](https://docs.racket-lang.org/markdown-ng/index.html)[Documentation](https://docs.racket-lang.org/markdown-ng/index.html).
# Markdown vs Markdown-ng
Markdown-ng adds support for:
* tables (thanks to [antoineB](https://github.com/antoineB))
# Acknowledgements
* Greg Hendershott
Greg developed racket [markdown](https://github.com/greghendershott/markdown) over many years. However, recently Greg [has stopped maintaining](http://www.greghendershott.com/2019/07/future-of-racket.html) many of his Racket projects. I have decided to fork this project since there are a few handy markdown features I would specifically like to use with [darwin](https://github.com/pmatos/darwin).
I should still point out that this is 99.9% Gregs code. Many thanks for his expertise and years of devotion to this amazing library.