MichaelHatherly / CommonMark.jl

A CommonMark-compliant Markdown parser for Julia.
Other
84 stars 11 forks source link

Avoid mutating the parsed AST in `@cm_str`. #32

Closed MichaelHatherly closed 2 years ago

MichaelHatherly commented 2 years ago

Fixes #29. Copy the AST parsed during macroexpansion. cc @fonsp.

fonsp commented 2 years ago

Awesome, that was fast!