cybermonday icon indicating copy to clipboard operation
cybermonday copied to clipboard

Markdown as Clojure Data

Results 11 cybermonday issues
Sort by recently updated
recently updated
newest added

kiranshila, thanks for the great library. Triple dash is for front matter, and that works great in most documents. But in the case that the document itself has 3 dashes...

Can I do a round trip from my AST representation back to the original Markdown instead of HTML?

enhancement

This patch adds a new dependency on flexmark-ext-toc and adds the extension to the Flexmark parser. This enables a table of contents node to be included in the markdown IR...

Hi there! I'm a big fan of Cybermonday, I'm using it in a [static site generator](https://github.com/stelcodes/nuzzle) I'm working on. I'm wondering if you'd be open to including support for the...

Hey! Thanks for this package. It's made my life easy. I'm getting an IllegalStateException from within the library. # Message ``` Execution error (IllegalStateException) at cybermonday.ir/fold-inline-html$fn (ir.cljc:55). Can't pop empty...

I am interested in making programmatic changes to markdown templates, writing the modified markdown back to a file. I don't see a function for exporting back to markdown (only HTML),...