We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77591af commit ac9bb4aCopy full SHA for ac9bb4a
1 file changed
playground/site/src/jsMain/resources/markdown/tests/unified_test.md
@@ -25,6 +25,9 @@ with [GitHub Flavored Markdown (GFM) extensions](https://github.github.com/gfm/)
25
| Tables | [x] | Organizes data in a grid |
26
| Task Lists |- [x] | Creates checklists |
27
| HTML in Markdown | - [x] <mark>highlighted text</mark> | Allows embedding raw HTML tags |
28
+| Code Blocks | - [x] | Allows embedding code blocks |
29
+| Links | - [x] | Allows embedding links |
30
+| Emphasis | - [x] | Allows embedding emphasis |
31
| Column A | Column B | Column C | Column D |
32
|----------| :--------- |:--------:|---------:|
33
| Left | Left | Center | Right |
0 commit comments