From 0592f59b7acee1d3d2b90b2a96bc93e8f67a0198 Mon Sep 17 00:00:00 2001 From: tiyn Date: Mon, 24 Nov 2025 01:58:58 +0100 Subject: [PATCH] markup language: added MDX --- wiki/markup_language.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wiki/markup_language.md b/wiki/markup_language.md index 986b54b..75f6317 100644 --- a/wiki/markup_language.md +++ b/wiki/markup_language.md @@ -3,6 +3,8 @@ 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). 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