FIXTradingCommunity / tablature

Easy authoring for rules of engagement using markdown
https://www.fixtrading.org/
Apache License 2.0
11 stars 8 forks source link

Wrap technical expressions as markdown literals #49

Closed donmendelson closed 3 years ago

donmendelson commented 3 years ago

Datatype patterns and Score expressions contain special characters that need to be escaped in markdown to prevent parser errors. However, the escape sequences obstruct human readability. Instead of escaping special characters, wrap the expressions as markdown literals (aka code span). The reverse flow needs to unwrap a literal for insertion in XML.