Skip to content

Commit feb31ec

Browse files
committed
Remove custom order
1 parent bd42ed8 commit feb31ec

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

app/docs/md/patterns/rendering-markdown.md

-7
Original file line numberDiff line numberDiff line change
@@ -240,10 +240,3 @@ Custom HTML elements in Markdown are awesome!
240240

241241
Hey, that's pretty neat!
242242
```
243-
### Render order matters
244-
245-
When rendering HTML from Markdown which includes custom elements, the rendering order matters. First, render the Markdown to HTML with Arcdown. Then, "enhance" that HTML by running it through Enhance SSR before sending it to the browser.
246-
247-
```
248-
.md → [Arcdown] → HTML → [Enhance SSR] → browser
249-
```

0 commit comments

Comments
 (0)