WLMarkdown [WIP]
The goal of this repo is to establish Markdown Import and Export Converters as well as a standalone Markdown parser.
The default spec is CommonMark and is currently the only spec supported.
Installation:
- Download the zip / .paclet archive
- Open a WL notebook (Mathematica, WolframDesktop, WolframOne)
- PacletInstall["path/to/.paclet"]
- Needs["WLMarkdown`"]
-
Open ResourceDefinition.nb (which includes basic examples)
Roadmap:
- [x] Implement MarkdownLexer
- [x] Implement MarkdownParser
- [ ] Add parser tests
- [ ] Publish to WPR
- [ ] Implement Import Converter
- [ ] Implement Export Converter