JunoLab / Weave.jl

Scientific reports/literate programming for Julia
http://weavejl.mpastell.com
MIT License
823 stars 94 forks source link

parses yaml header on jl scripts #427

Open ErickChacon opened 3 years ago

ErickChacon commented 3 years ago

This fixes issue #418. It might be far from optimal because the function separate_header_text_jl is almost a copy of separeate_header_text, happy to receive feedback.