You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/syntax.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -785,7 +785,7 @@ I :heart: Djot
785
785
<p>I <spanclass="symbol">heart</span> Djot</p>
786
786
```
787
787
788
-
Note: Symbol rendering can be customized via events. See the [Cookbook](cookbook.md) for examples.
788
+
Note: Symbol rendering can be customized via events. See the [Cookbook](/cookbook/) for examples.
789
789
790
790
### Footnotes
791
791
@@ -937,7 +937,7 @@ Definitions can span multiple lines if continuation lines are indented:
937
937
designed to be displayed in a web browser
938
938
```
939
939
940
-
**Note:** This feature works alongside the inline span approach documented in the [cookbook](cookbook.md#abbreviations). The definition-based approach automatically applies to all matching text, while the inline `[HTML]{abbr="..."}` approach allows overriding specific occurrences.
940
+
**Note:** This feature works alongside the inline span approach documented in the [cookbook](/cookbook/#abbreviations). The definition-based approach automatically applies to all matching text, while the inline `[HTML]{abbr="..."}` approach allows overriding specific occurrences.
Copy file name to clipboardExpand all lines: docs/reference/api.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ public function __construct(
28
28
-`$warnings`: When `true`, collects warnings during parsing (see [Error Handling](#error-handling)).
29
29
-`$strict`: When `true`, throws `ParseException` on parse errors (see [Error Handling](#error-handling)).
30
30
-`$safeMode`: When `true` or a `SafeMode` instance, enables XSS protection (see [Safe Mode](#safe-mode)).
31
-
-`$profile`: A `Profile` instance for feature restriction (see [Profiles](profiles.md)).
31
+
-`$profile`: A `Profile` instance for feature restriction (see [Profiles](/guide/profiles)).
32
32
-`$significantNewlines`: When `true`, enables markdown-like parsing where block elements can interrupt paragraphs (see [Significant Newlines Mode](#significant-newlines-mode)).
0 commit comments