Markdown is a very common way to write content in Gatsby posts and pages. This guide contains tips for Markdown syntax and formatting that might come in handy!
HeadingsHere’s how those tags render in HTML:
heading 1 heading 2 heading 3 heading 4 heading 5 heading 6# heading 1
is <h1>heading 1</h1>
title
entries in frontmatter metadata, and contributions in Markdown should begin with h2.Italic
*italic*
or _italic_
Bold
**bold**
or __bold__
Italic and Bold
***italic and bold***
or ___italic and bold___
*
, -
, or +
for each list itemHow unordered lists are rendered in HTML:
1.
for each item can automatically increment depending on the contentLinks in Markdown use this format. URLs can be relative or remote:
Example of a link rendering in HTML:
Image with alt text Image without alt textThis pattern is appropriate for decorative or repetitive images:
Blockquote>
to declare a blockquote>
will create nested blockquotes>
before each lineInlineBlockquote
nested blockquote
I’m bold!
more quotes
code
looks like this sentenceStart building today on
Netlify!
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4