Skip to content

Commit

Permalink
Remove custom order
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Mar 20, 2024
1 parent bd42ed8 commit feb31ec
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/docs/md/patterns/rendering-markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,3 @@ Custom HTML elements in Markdown are awesome!

Hey, that's pretty neat!
```
### Render order matters
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.
```
.md → [Arcdown] → HTML → [Enhance SSR] → browser
```

0 comments on commit feb31ec

Please sign in to comment.