antononcube / Raku-Markdown-Grammar

Markdown parser suitable for generation of notebooks of different kind (Mathematica, RMarkdown, Jupyter.)
https://raku.land/zef:antononcube/Markdown::Grammar
Artistic License 2.0
9 stars 3 forks source link

Undefined variable warnings when generating pod6 #5

Closed 2colours closed 1 year ago

2colours commented 1 year ago

warnings.txt

README.md

When executing from-markdown README.md --to=pod6 with the given file, I get the given error, using:

Could you please take a look at what causes the warnings and if they have troublesome side effects? Thank you.

antononcube commented 1 year ago

Thank you for reporting this issue!

Should be fixed with https://github.com/antononcube/Raku-Markdown-Grammar/commit/739c403c4de4d4abce26e887092af72694a5b3fa .

(I have not uploaded the fixed version of the package to raku.land yet. The new version number would be: 0.4.4+.)

antononcube commented 1 year ago

Uploaded to raku.land. (Closing.)