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/1.x/customization/delimiter-processing.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
@@ -18,11 +18,11 @@ Delimiter runs are a special type of inline:
18
18
This is an example of **emphasis**. Note how the text is *wrapped* with the same character(s) before and after.
19
19
```
20
20
21
-
When implementing something with these characteristics you should consider leveraging delimiter runs; otherwise, a basic [inline parser](/1.x/inline-parsing/) should be sufficient.
21
+
When implementing something with these characteristics you should consider leveraging delimiter runs; otherwise, a basic [inline parser](/1.x/customization/inline-parsing/) should be sufficient.
22
22
23
23
## Delimiter Priority
24
24
25
-
Delimiter processors have a lower priority than inline parsers - if an [inline parser](/1.x/inline-parsing/) successfully handles the same special character you're interested in then your delimiter processor will not be called.
25
+
Delimiter processors have a lower priority than inline parsers - if an [inline parser](/1.x/customization/inline-parsing/) successfully handles the same special character you're interested in then your delimiter processor will not be called.
Copy file name to clipboardExpand all lines: docs/2.x/customization/delimiter-processing.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
@@ -27,11 +27,11 @@ Delimiter runs are a special type of inline:
27
27
This is an example of **emphasis**. Note how the text is *wrapped* with the same character(s) before and after.
28
28
```
29
29
30
-
When implementing something with these characteristics you should consider leveraging delimiter runs; otherwise, a basic [inline parser](/2.x/inline-parsing/) should be sufficient.
30
+
When implementing something with these characteristics you should consider leveraging delimiter runs; otherwise, a basic [inline parser](/2.x/customization/inline-parsing/) should be sufficient.
31
31
32
32
## Delimiter Priority
33
33
34
-
Delimiter processors have a lower priority than inline parsers - if an [inline parser](/2.x/inline-parsing/) successfully handles the same special character you're interested in then your delimiter processor will not be called.
34
+
Delimiter processors have a lower priority than inline parsers - if an [inline parser](/2.x/customization/inline-parsing/) successfully handles the same special character you're interested in then your delimiter processor will not be called.
0 commit comments