Commit 83f5fe39 authored by Craig Norris's avatar Craig Norris

Merge branch 'sselhorn-master-patch-08187' into 'master'

Table footnotes: Changed numbers to an ordered list

See merge request gitlab-org/gitlab!64634
parents 45e99c20 c768ce9a
...@@ -752,9 +752,8 @@ For example: ...@@ -752,9 +752,8 @@ For example:
| App A | Description text. <sup>1</sup> | | App A | Description text. <sup>1</sup> |
| App B | Description text. <sup>2</sup> | | App B | Description text. <sup>2</sup> |
**1** This is the footnote. 1. This is the footnote.
1. This is the other footnote.
**2** This is the other footnote.
``` ```
This text renders this output: This text renders this output:
...@@ -764,9 +763,8 @@ This text renders this output: ...@@ -764,9 +763,8 @@ This text renders this output:
| App A | Description text. <sup>1</sup> | | App A | Description text. <sup>1</sup> |
| App B | Description text. <sup>2</sup> | | App B | Description text. <sup>2</sup> |
**1** This is the footnote. 1. This is the footnote.
1. This is the other footnote.
**2** This is the other footnote.
## Quotes ## Quotes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment