Skip to content

Instantly share code, notes, and snippets.

@notriddle
Created September 2, 2020 05:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notriddle/b0ca3831e4ced6de37dbfb63ac279bff to your computer and use it in GitHub Desktop.
Save notriddle/b0ca3831e4ced6de37dbfb63ac279bff to your computer and use it in GitHub Desktop.

You should be allowed to use HTML <code> tags and backslash-escape the backticks. Unfortunately, lobsters silently strips code tags instead of treating them as equivalent to backtick escapes.

For example <code>\`test\`</code> looks like `test`

This kind of corner-case nonsense is why the Markdown format is supposed to allow HTML. Even if you use further sanitization to limit the set of available HTML tags, I still ought to be allowed to use the HTML powers that are equivalent to what Markdown already gives me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment