From 04dbddd427ad3ec3abadba2bbe7d1bc71e8e55cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=BC=9F=E8=B0=83=E8=B0=83?= <398188662@qq.com> Date: Sat, 13 May 2023 05:07:57 +0800 Subject: [PATCH] doc: Update README.md --- core/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/core/README.md b/core/README.md index eae17588..98a72376 100644 --- a/core/README.md +++ b/core/README.md @@ -280,6 +280,24 @@ Here is a simple footnote[^1]. With some additional text after it. [^1]: My reference. ``` +### Ignore content display + +```markdown +# Hello World + +Hello World + +Good! +``` + +Output: + +```html +

Hello World

+ +

Good!

+``` + ## Support dark-mode/night-mode By default, the [`dark-mode`](https://github.com/jaywcjlove/dark-mode/) is automatically switched according to the system. If you need to switch manually, just set the `data-color-mode="dark"` parameter for body.