MarkAYoder/PRUCookbook

python rendering issue

Closed this issue · 1 comments

In the neo-rainbow.py example it looks like asterisks are getting translated to resulting in invalid python code.

https://markayoder.github.io/PRUCookbook/05blocks/blocks.html#blocks_neo-rainbow

eg.
https://github.com/MarkAYoder/PRUCookbook/blob/master/docs/05blocks/blocks.html#L4678

Yup, it looks like the *'s are being used to BOLD. I need to see how to fix it.

Thanks for pointing it out.