Merge branch 'main' into jules-4797
This commit is contained in:
@@ -39,9 +39,9 @@ You can indicate emphasis with bold, italic, or strikethrough text in comment fi
|
||||
You can quote text with a `>`.
|
||||
|
||||
```markdown
|
||||
In the words of Abraham Lincoln:
|
||||
Text that is not a quote
|
||||
|
||||
> Pardon my French
|
||||
> Text that is a quote
|
||||
```
|
||||
|
||||

|
||||
@@ -261,6 +261,22 @@ For a full list of available emoji and codes, check out [the Emoji-Cheat-Sheet](
|
||||
|
||||
You can create a new paragraph by leaving a blank line between lines of text.
|
||||
|
||||
{% ifversion fpt or ghae-next or ghes > 3.3 %}
|
||||
## Footnotes
|
||||
|
||||
You can add footnotes to your content by using this bracket syntax:
|
||||
|
||||
```
|
||||
Here is a simple footnote[^1].
|
||||
|
||||
[^1]: My reference.
|
||||
```
|
||||
|
||||
The footnote will render like this:
|
||||
|
||||

|
||||
{% endif %}
|
||||
|
||||
## Ignoring Markdown formatting
|
||||
|
||||
You can tell {% data variables.product.product_name %} to ignore (or escape) Markdown formatting by using `\` before the Markdown character.
|
||||
|
||||
Reference in New Issue
Block a user