You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 21, 2023. It is now read-only.
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.