Support alternative fenced code block syntaxes

댓글

댓글 2개

  • ExpertCoder

    Escaping the backticks in <pre> blocks also doesn't work:

    ```
    \`\`\`
    test
    \`\`\`
    ```

    produces

    \`\`\`
    test
    \`\`\`

    I also disagree with the feature that an inline code span surrounded with three backticks should automatically produce a preformatted text block. In other words, typing ```test``` should still produce an inline code span, unless the beginning and ending delimiters are on seperate lines.

    1
  • fuba

    Yeah...
    That is kinda stupid because the "markdown" from Discord is not a "real" markdown, it's anything "self parsing" thing!

    Best way is to make Codes on a "Real" Syntax Highlighting Editor like  and just screenshot it until (even if) Discord can Handle real Code Blocks!

    0

댓글을 남기려면 로그인하세요.