Skip to content

Conversation

@magnified103
Copy link

No description provided.

nicholasserra and others added 30 commits July 10, 2022 23:49
Add an example of the current mixed-paragraph mode behavior in lists
…n-lists

Fix code block indentation in lists
This works by capturing stderr from tests and checking to see if each line contains the string "WARNING:test:".
If a line contains this string it is saved for later and re-printed once all tests have been run.
Fix emacs one-liner file vars having surrounding whitespace stripped
The `html-classes` extra says it supports code tags but this was
only applied to fenced code blocks when using the `fenced-code-blocks` extra.
Fix `html-classes` extra not applying to code spans
nicholasserra and others added 29 commits December 10, 2023 14:41
Update `markdown-in-html` extra to handle markdown on same line as HTML (trentm#546)
Fix bad handling of consecutive bold words (trentm#541)
* Using both a newline and a backslash no longer results in two line breaks.
* Allow to keep using trailing spaces for a line break.
* Remove redundant trailing space before a line break.
Update the changelog in relation to the fix applied in
078f76a (PR trentm#545).
Update changelog for strong-emphasis fix
Links parser would identify the first square brackets as invalid link and then continue from after the entire link, which skipped the valid link right next to the brackets
Fix incorrect parsing of links after square brackets (trentm#552)
…html

Fix `markdown-in-html` not always splitting HTML tags into separate lines (trentm#558)
…n-safe-mode

Fix incomplete comments in safe mode not being escaped (trentm#563)
Breaks improvements and code simplification
…causing-crashes

Fix crash in `markdown-in-html` extra (trentm#565)
version 2.4.13
@leduythuccs leduythuccs merged commit 60ef541 into VNOI-Admin:master Nov 29, 2025
0 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.