MarkAYoder / PRUCookbook

This is a cookbook of the Programmable Realtime Unit on the BeagleBoard
66 stars 38 forks source link

python rendering issue #5

Closed ceeaspb closed 4 years ago

ceeaspb commented 5 years ago

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

MarkAYoder commented 5 years ago

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

Thanks for pointing it out.