-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FEAT(client,Markdown): Add further Markdown support including lists
Adds the following features: - Underline text - Reference links and reference images - Combinable formatting, such as emphasis on links and images in lists or tables - Strikethrough text changed to require having no more surrounding tildes - Block quotes support subquotes and have a container with padding and colors in both Lite and Dark theme - Superscript and subscript text - Unordered and ordered lists - Description lists - Images and linked images - Tables - Thematic breaks - Centered blocks - Multiple code blocks per message - Code blocks and inline code may use additional signature characters to include more such characters in the text - Code blocks may use triple tildes or indents on each line with at least 4 spaces instead - Code blocks and inline code have padding (with just fixed spaces for inline code) and colors in both Lite and Dark theme as well as support for adding syntax highlighting in the future - Colored text via LaTeX or HTML - Fixed spaces via HTML - Linebreaks via Markdown or HTML and regular linebreaks come as double or none (single linebreaks are collapsed into one space) - Removal of HTML comments in output (as with the rest, text remains as-is in inline code or code blocks)
- Loading branch information
1 parent
7d920e7
commit 3be0c13
Showing
7 changed files
with
1,522 additions
and
262 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters