Highlights

Christine_Yang265 total contributions
Published Aug 17, 2023Updated Aug 22, 2023
Contribute to Docs
In Markdown, highlights are used to emphasize important words. Parts of the text appear in a yellow background after being inserted between two pairs of equal signs (==
).
Note: This feature is not offered in all markdown processors. Use the HTML
<mark>
tag as an alternate way to highlight text.
Syntax
==Text==
Example
Below, the range of numbers in the baking tip is highlighted so that users pay attention to the amount of cookies they will have based on the amount of dough made:
Depending on how much cookie dough you eat, you’ll have about ==20-22== cookies from this recipe!
This will display as:
Depending on how much cookie dough you eat, you’ll have about 20-22 cookies from this recipe!
All contributors
- Christine_Yang265 total contributions
- CBID216 total contributions
Looking to contribute?
- Learn more about how to get involved.
- Edit this page on GitHub to fix an error or make an improvement.
- Submit feedback to let us know how we can improve Docs.