Merge pull request #3329 from BenJamesBen/line-breaks-markdown-frontmatter
fix(docs): Standardize spelling and capitalization for line break, Markdown, and Frontmatter
This commit is contained in:
commit
1a23d89ee2
4 changed files with 7 additions and 7 deletions
|
@ -8,11 +8,11 @@ need to add a special type of text: whitespace.
|
|||
Whitespace in patterns can either be line breaks, or spaces. We'll
|
||||
show you have to handle both below:
|
||||
|
||||
## Adding linebreaks to text
|
||||
## Adding line breaks to text
|
||||
|
||||
To add linebreaks to text, you merely have to include them in your text.
|
||||
To add line breaks to text, you merely have to include them in your text.
|
||||
When doing so, keep in mind that single-quoted strings in JavaScript
|
||||
will **not** pick up linebreaks.
|
||||
will **not** pick up line breaks.
|
||||
|
||||
<Example caption="An example of whitespace in text">
|
||||
```design/src/part.mjs
|
||||
|
|
|
@ -3,14 +3,14 @@ title: About Frontmatter
|
|||
order: 10
|
||||
---
|
||||
|
||||
Frontmatter is a way to add metadata to markdown documents.
|
||||
Frontmatter is a way to add metadata to Markdown documents.
|
||||
|
||||
Frontmatter sits at the top of the file (it's matter that's at the front) and is
|
||||
surrounded by lines with three dashes on them:
|
||||
|
||||
```md
|
||||
---
|
||||
title: This is frontmatter
|
||||
title: This is Frontmatter
|
||||
---
|
||||
```
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: Working with Frontmatter
|
||||
---
|
||||
|
||||
Frontmatter is a way to add metadata to markdown documents.
|
||||
Frontmatter is a way to add metadata to Markdown documents.
|
||||
It is used extensively on freesewing.org and freesewing.dev alike.
|
||||
|
||||
Here's what you need to know:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue