https://sourceforge.net/p/allura/tickets/markdown_syntax
Currently, markdown guide gives just syntax examples in plain text, so you need to read it when you just want to look up needed feature, and it's boring. Would be nice to have both syntax examples and renditions.
Other issue is that formatting may use some cleanup - currently, descriptive text sometimes is rendered as normal text, sometimes as
. Probably makes sense to usejust for syntax examples - another measure to help with quick lookup.
Changes are on allura js/1480. To test this just make sure the examples work and make sense.
Looks good.