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
-[Live demo](https://markdown-it.github.io/) - type your text and click `debug` tab.
75
75
76
76
@@ -96,7 +96,7 @@ and tried to do something yourself. We never reject with help to real developers
96
96
97
97
## Renderer
98
98
99
-
After the token stream is generated, it's passed to a [renderer](https://github.com/ExecutableBookProject/markdown-it-py/tree/master/markdown_it/renderer.py).
99
+
After the token stream is generated, it's passed to a [renderer](https://github.com/executablebooks/markdown-it-py/tree/master/markdown_it/renderer.py).
100
100
It then plays all the tokens, passing each to a rule with the same name as token type.
101
101
102
102
Renderer rules are located in `md.renderer.rules[name]` and are simple functions
@@ -172,9 +172,9 @@ This was mentioned in [Data flow](#data-flow), but let's repeat sequence again:
172
172
173
173
And somewhere between you can apply additional transformations :) . Full content
Also you can change output directly in [renderer](https://github.com/ExecutableBookProject/markdown-it-py/tree/master/markdown_it/renderer.py) for many simple cases.
180
+
Also you can change output directly in [renderer](https://github.com/executablebooks/markdown-it-py/tree/master/markdown_it/renderer.py) for many simple cases.
Copy file name to clipboardExpand all lines: docs/using.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,7 @@ nested_tokens[0]
203
203
204
204
+++
205
205
206
-
After the token stream is generated, it's passed to a [renderer](https://github.com/ExecutableBookProject/markdown-it-py/tree/master/markdown_it/renderer.py).
206
+
After the token stream is generated, it's passed to a [renderer](https://github.com/executablebooks/markdown-it-py/tree/master/markdown_it/renderer.py).
207
207
It then plays all the tokens, passing each to a rule with the same name as token type.
208
208
209
209
Renderer rules are located in `md.renderer.rules` and are simple functions
0 commit comments