Skip to content

Commit bd42ed8

Browse files
macdonstcolepeters
andauthored
Apply suggestions from code review
Co-authored-by: Cole Peters <cole@colepeters.com>
1 parent abda5ef commit bd42ed8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ That's all you need in order to get started using markdown in an Enhance app.
223223
224224
It is totally possible to include custom elements in Markdown source files and then have the generated markup rendered by Enhance SSR.
225225
226-
When authoring Markdown with custom elements, it is best to add blank lines around opening and closing tags. For example on this page we use the `doc-code` custom element to provide syntax highlighting of source code. In markdown, use of a custom element would look like:
226+
When authoring Markdown with custom elements, it is best to add blank lines around opening and closing tags. For example on this page we use the `doc-code` custom element to provide syntax highlighting of source code. In Markdown, use of a custom element would look like:
227227
228228
```
229229
# Custom Elements in Markdown
@@ -242,7 +242,7 @@ Hey, that's pretty neat!
242242
```
243243
### Render order matters
244244
245-
When rendering HTML from Markdown that 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.
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.
246246
247247
```
248248
.md → [Arcdown] → HTML → [Enhance SSR] → browser

0 commit comments

Comments
 (0)