Hi,
I have a register that is named SOME_COOL_REGISTER. It seems that the mardown exporter will blindly puz that string as-is into the md file. This causes issues since the register gets partially rendered italic. I didnt test, but i suspect this is also the case for the descrption, name and so on.
For identifers (fields, registers, ...) the export should be escaped. For descriptions there are two scenarios:
- The author has embedded markdown and wants control codes --> nothing to do.
- The author doesnt anticipate markdown --> escape the string
regards
Philip
Hi,
I have a register that is named
SOME_COOL_REGISTER. It seems that the mardown exporter will blindly puz that string as-is into the md file. This causes issues since the register gets partially rendered italic. I didnt test, but i suspect this is also the case for the descrption, name and so on.For identifers (fields, registers, ...) the export should be escaped. For descriptions there are two scenarios:
regards
Philip