Example: https://old.reddit.com/r/TranscribersOfReddit/comments/8j2hkw/casualuk_image_we_have_confirmation_that_the/dywfq7b/ Instead of properly escaping the first character, it's rendered and defeats the purpose. We have two options for this: a) simply insert the entire transcription into a code block b) create a list of all reddit snoodown specialty characters (like `_`, \`, `~`) and escape them anytime they appear. This issue is to discuss available fixes and to then enact them.
Example: https://old.reddit.com/r/TranscribersOfReddit/comments/8j2hkw/casualuk_image_we_have_confirmation_that_the/dywfq7b/
Instead of properly escaping the first character, it's rendered and defeats the purpose. We have two options for this:
a) simply insert the entire transcription into a code block
b) create a list of all reddit snoodown specialty characters (like
_, `,~) and escape them anytime they appear.This issue is to discuss available fixes and to then enact them.