Handbook: update markdown article formatting guide (#9444)

Changes:
- Fixed a typo in the `<call-to-action>` component example.
- Added a description meta tag
This commit is contained in:
Eric 2023-01-20 16:16:01 -06:00 committed by GitHub
parent bc5e19c252
commit a6eb31a2c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,10 +118,10 @@ In the following example we will modify `title`, `text`, `primary-button-text`,
```
<call-to-action
title=”We're hiring remote engineers, worldwide.”
text=”Are you interested in working full time in Fleet's public GitHub repository?”
primary-button-text=”Apply now”
primary-button-href=”https://fleetdm.com/jobs”
title="We're hiring remote engineers, worldwide."
text="Are you interested in working full time in Fleet's public GitHub repository?"
primary-button-text="Apply now"
primary-button-href="https://fleetdm.com/jobs">
</call-to-action>
```
@ -134,3 +134,4 @@ In the following example we will modify `title`, `text`, `primary-button-text`,
<meta name="maintainedBy" value="mike-j-thomas">
<meta name="title" value="Article formatting guide">
<meta name="description" value="A guide for formatting Markdown articles for use on the Fleet website">