Skip to content

Commit 20b11eb

Browse files
committed
Fix some spelling and formatting
1 parent c9edba3 commit 20b11eb

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/src/dictionary/en-custom.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ Octicons
7979
PHP
8080
PNG
8181
PNGs
82+
PRs
8283
Pandoc
8384
Parsers
8485
PathConverter
@@ -96,6 +97,7 @@ Pymdownx
9697
Reindent
9798
Rosaceae
9899
SCSS
100+
SSRF
99101
SVG
100102
SVGs
101103
SaneHeaders
@@ -187,6 +189,7 @@ kbd
187189
keymap
188190
linkafies
189191
linter
192+
localhost
190193
lowercased
191194
lowercases
192195
macOS
@@ -271,6 +274,7 @@ unicode
271274
unindented
272275
unittest
273276
unstyled
277+
untrusted
274278
uslugify
275279
validator
276280
validators

docs/src/markdown/extensions/snippets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ When Snippets processes a directive as shown below, it will attempt to include t
310310
output.
311311

312312
```text
313-
---8<--- "some-target"
313+
;--8<-- "some-target"
314314
```
315315

316316
If **URL Snippets** are enabled via `url_download`, the renderer may download content from arbitrary URLs. In unsafe
@@ -323,7 +323,7 @@ If an attacker can influence Markdown content and `url_download` is enabled, the
323323
as:
324324

325325
```text
326-
---8<--- "http://127.0.0.1:9999/"
326+
;--8<-- "http://127.0.0.1:9999/"
327327
```
328328

329329
### Safe Usage Guidance

0 commit comments

Comments
 (0)