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/index.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
@@ -11,10 +11,10 @@ This Statamic addon allows you to modify the data and tags rendered by the Bard
11
11
12
12
This is how Tiptap (the magic behind Bard's content format and rendering) handles the rendering process, and how Bard Mutator interacts with that process:
13
13
14
-
1. The raw content is stored as a ProseMirror document in your entries, these documents consist of [nodes and marks](data-formats)
14
+
1. The raw content is stored as a ProseMirror document in your entries, these documents consist of [nodes and marks](formats)
15
15
2. Statamic's augmentation process passes this data to the Tiptap renderer
16
16
3.**Bard Mutator's [data plugins](plugins#data-plugins) jump in here, allowing you to modify the raw data**
17
-
4. Tiptap converts the raw node and mark data to their standard [tag values](data-formats#html-values)
17
+
4. Tiptap converts the raw node and mark data to their standard [HTML values](formats#html-values)
18
18
5.**Bard Mutator's [HTML plugins](plugins#html-plugins) jump in here, allowing you to modify the tag values**
19
19
6. Tiptap renders the tag values to an HTML string
0 commit comments