1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-11-27 05:39:45 +01:00

markup language: added MDX

This commit is contained in:
2025-11-24 01:58:58 +01:00
parent 2d77ff796b
commit 0592f59b7a

View File

@@ -3,6 +3,8 @@
A markup Language is way to encode text so that it has great amounts of structure and formatting. A markup Language is way to encode text so that it has great amounts of structure and formatting.
The most common markup languages are [HTML](#html), Markdown, LaTeX and [XML](#xml). The most common markup languages are [HTML](#html), Markdown, LaTeX and [XML](#xml).
Markup languages can be used for [note-taking](/wiki/note-taking.md). Markup languages can be used for [note-taking](/wiki/note-taking.md).
Adding to normal markdown files, there are also `.mdx` files which allows the usage of JavaScripts
JSX in the markdown content for displaying charts and more.
## Grammar Checking ## Grammar Checking