Whitelisted HTML tags are allowed in Markdown, but it seems that less are supported or they are handled differently now. For example, see https://sourceforge.net/adobe/flexsdk/wiki/Flex%204/ This probably happened when we upgraded Markdown recently. Check to see if its feasible to re-instate this support, particularly <div>
tags with some styles which are useful for layout. If it's not practical, we don't necessarily have to do it.
Created #221: [#5316] Check on HTML tags allowed in Markdown (2cp)
Related
Tickets:
#5316Processing markdown-markup inside tags is an option that disabled by default in the current version of Markdown. We can easily enable it, but it requires the user to place
markdown="1"
attribute in each tag, which contains markdown-markup inside of it.We have two options here:
mardown="1"
attribute)Thanks for the research. I've looked into it more myself to understand, and am going to turn on the markdown=1 support.
Forgot to place a link here https://github.com/waylan/Python-Markdown/issues/52#issuecomment-2759551 This feature is not documented, so it may be helpful.
forge:db/5316
Set to validation when done, we need to fix up the Adobe pages still.