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
From this test does it look like that it currently doesn't render Quotes and Spoilers.
While Spoilers are a Discord thing, quote more often than not is a part of default markdown, which makes it really odd, that it isn't a part of the markdown js used here.
Perhaps it's also caused by some weird handling in the custom.js?
One thing I noticed is, that the Copyright C at the bottom is rendered differently when viewing a page than the default page, which I assume is caued by the renderer parsing the unicode using Tweemoji, when viewing a file, so perhaps this should be improved too.
And as a final note, would it be difficult to implement syntax highlighting? I can imagine it being somewhat tough to do, but it could be beneficial to have here.
The text was updated successfully, but these errors were encountered:
By syntax highlighting, I'm assuming you mean in codeblocks? If so, https://highlightjs.org/ may be a good place to start, as I believe Discord uses a modified version of it.
I've created a TXT file to quickly check what this site actually renders and what not.
https://txt.discord.website/?txt=584040473186926623%2F804397205729312848%2Fexample
From this test does it look like that it currently doesn't render Quotes and Spoilers.
While Spoilers are a Discord thing, quote more often than not is a part of default markdown, which makes it really odd, that it isn't a part of the markdown js used here.
Perhaps it's also caused by some weird handling in the custom.js?
One thing I noticed is, that the Copyright C at the bottom is rendered differently when viewing a page than the default page, which I assume is caued by the renderer parsing the unicode using Tweemoji, when viewing a file, so perhaps this should be improved too.
And as a final note, would it be difficult to implement syntax highlighting? I can imagine it being somewhat tough to do, but it could be beneficial to have here.
The text was updated successfully, but these errors were encountered: