Update ShowdownJS to 2022-03-10 build #1204
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates ShowdownJS library to the build that is currently available in its master branch.
You could say: why not update to the latest stable version? The reason is that both the version we are using (1.9.1) and the latest stable one (2.1.0) have a regression which causes code blocks in https://github.com/dotnet/csharplang/blob/main/proposals/utf8-string-literals.md to be completely screwed up (you can observe it in OctoDroid master branch, 4.6.7 is fine) and the fix has not been released yet.
This build also includes a number of fixes to GH-specific emojis and user mentions + other things.
The new showdown.js file is the same as this one, I've only removed the last comment line and changed the header to be more accurate.