mc738 / FDOM

A document object model library written in fsharp.
MIT License
1 stars 0 forks source link

Add support for checkboxes, block quotes, references, footnotes and inline metadata #12

Open mc738 opened 3 weeks ago

mc738 commented 3 weeks ago

Add support for check boxes, block quotes references and inline metadata.

Check box

The syntax:

* [ ] - unchecked
* [x] - checked

This will have to be a specific line type.

mc738 commented 3 weeks ago

Linked PR for footnotes and block quotes #11