..
2024-06-04T16:41:55Z
attribution.md.x
203
139 B
2024-06-04T16:41:55Z
caching.md
212
198 B
2024-06-04T16:41:55Z
download-count.md
168
488 B
2024-06-04T16:41:55Z
hashes.md
216
1.93 KB
2024-06-04T16:41:55Z
highlight-updated.md
178
239 B
2024-06-04T16:41:55Z
http.mdx
248
661 B
2024-06-04T16:41:55Z
i18n.md
217
961 B
2024-06-04T16:41:55Z
icons.md
207
204 B
2024-06-04T16:41:55Z
ignore.mdx
232
1.78 KB
2024-06-04T16:41:55Z
language.md.todo
205
351 B
2024-06-04T16:41:55Z
layout.md
206
157 B
2024-06-04T16:41:55Z
metadata.md
208
1.65 KB
2024-06-04T16:41:55Z
password.mdx
236
1.88 KB
2024-06-04T16:41:55Z
password1.png
29
23.01 KB
2024-06-04T16:41:55Z
readme.md
147
538 B
2024-06-04T16:41:55Z
sort.md
208
622 B
2024-06-04T16:41:55Z
themes.md
222
2.96 KB
2024-06-04T16:41:55Z
_category_.json
115
138 B
2024-06-04T16:41:55Z

sidebar_position: 4

Readme rendering

If there is a readme.md (case insensitive) file in the current directory, it will be rendered. GitHub flavored markdown is supported.

:::info By default unsafe HTML inside markdown (such as <script>) will be escaped. You can allow any html by enabling the option. However, allowing untrusted HTML can result in XSS attacks. :::

import EnvConfig from '@site/src/components/EnvConfig';