Fossil SCM
Adjustments to the "/md_rules" page, suggested on the SQLite forum: <https://sqlite.org/forum/forumpost/b8e93aa66d>
Commit
c5e4c8b63aed6f48329e7dc7d22986ab3b36af14f014d18b9a0a7a5690b083e2
Parent
c55e0f6ca37836f…
1 file changed
+12
-10
+12
-10
| --- src/markdown.md | ||
| +++ src/markdown.md | ||
| @@ -54,11 +54,11 @@ | ||
| 54 | 54 | > <li> An [interwiki link](#intermap) of the form "<i>Tag</i><b>:</b><i>PageName</i>"</ul> |
| 55 | 55 | |
| 56 | 56 | > In format 8, then the URL becomes the display text. This is useful for |
| 57 | 57 | > hyperlinks that refer to wiki pages and check-in and ticket hashes. |
| 58 | 58 | |
| 59 | -## Fonts ## | |
| 59 | +## Text Style ## | |
| 60 | 60 | |
| 61 | 61 | > * _\*italic\*_ |
| 62 | 62 | > * *\_italic\_* |
| 63 | 63 | > * __\*\*bold\*\*__ |
| 64 | 64 | > * **\_\_bold\_\_** |
| @@ -69,23 +69,25 @@ | ||
| 69 | 69 | > The **\`code\`** construct disables HTML markup, so one can write, for |
| 70 | 70 | > example, **\`\<html\>\`** to yield **`<html>`**. |
| 71 | 71 | |
| 72 | 72 | ## Lists ## |
| 73 | 73 | |
| 74 | -> | |
| 75 | - * bullet item | |
| 76 | - + bullet item | |
| 77 | - - bullet item | |
| 78 | - 1. numbered item | |
| 79 | - 2) numbered item | |
| 74 | +> ~~~ | |
| 75 | + * bullet item | |
| 76 | + + bullet item | |
| 77 | + - bullet item | |
| 78 | + 1. numbered item | |
| 79 | + 2) numbered item | |
| 80 | +~~~ | |
| 80 | 81 | |
| 81 | 82 | > A two-level list is created by placing additional whitespace before the |
| 82 | 83 | > **\***/**+**/**-**/**1.** of the secondary items. |
| 83 | 84 | |
| 84 | -> | |
| 85 | - * top-level item | |
| 86 | - * secondary item | |
| 85 | +> ~~~ | |
| 86 | + * top-level item | |
| 87 | + * second-level item | |
| 88 | +~~~ | |
| 87 | 89 | |
| 88 | 90 | ## Block Quotes ## |
| 89 | 91 | |
| 90 | 92 | > Begin each line of a paragraph with **>** to block quote that paragraph. |
| 91 | 93 | |
| 92 | 94 |
| --- src/markdown.md | |
| +++ src/markdown.md | |
| @@ -54,11 +54,11 @@ | |
| 54 | > <li> An [interwiki link](#intermap) of the form "<i>Tag</i><b>:</b><i>PageName</i>"</ul> |
| 55 | |
| 56 | > In format 8, then the URL becomes the display text. This is useful for |
| 57 | > hyperlinks that refer to wiki pages and check-in and ticket hashes. |
| 58 | |
| 59 | ## Fonts ## |
| 60 | |
| 61 | > * _\*italic\*_ |
| 62 | > * *\_italic\_* |
| 63 | > * __\*\*bold\*\*__ |
| 64 | > * **\_\_bold\_\_** |
| @@ -69,23 +69,25 @@ | |
| 69 | > The **\`code\`** construct disables HTML markup, so one can write, for |
| 70 | > example, **\`\<html\>\`** to yield **`<html>`**. |
| 71 | |
| 72 | ## Lists ## |
| 73 | |
| 74 | > |
| 75 | * bullet item |
| 76 | + bullet item |
| 77 | - bullet item |
| 78 | 1. numbered item |
| 79 | 2) numbered item |
| 80 | |
| 81 | > A two-level list is created by placing additional whitespace before the |
| 82 | > **\***/**+**/**-**/**1.** of the secondary items. |
| 83 | |
| 84 | > |
| 85 | * top-level item |
| 86 | * secondary item |
| 87 | |
| 88 | ## Block Quotes ## |
| 89 | |
| 90 | > Begin each line of a paragraph with **>** to block quote that paragraph. |
| 91 | |
| 92 |
| --- src/markdown.md | |
| +++ src/markdown.md | |
| @@ -54,11 +54,11 @@ | |
| 54 | > <li> An [interwiki link](#intermap) of the form "<i>Tag</i><b>:</b><i>PageName</i>"</ul> |
| 55 | |
| 56 | > In format 8, then the URL becomes the display text. This is useful for |
| 57 | > hyperlinks that refer to wiki pages and check-in and ticket hashes. |
| 58 | |
| 59 | ## Text Style ## |
| 60 | |
| 61 | > * _\*italic\*_ |
| 62 | > * *\_italic\_* |
| 63 | > * __\*\*bold\*\*__ |
| 64 | > * **\_\_bold\_\_** |
| @@ -69,23 +69,25 @@ | |
| 69 | > The **\`code\`** construct disables HTML markup, so one can write, for |
| 70 | > example, **\`\<html\>\`** to yield **`<html>`**. |
| 71 | |
| 72 | ## Lists ## |
| 73 | |
| 74 | > ~~~ |
| 75 | * bullet item |
| 76 | + bullet item |
| 77 | - bullet item |
| 78 | 1. numbered item |
| 79 | 2) numbered item |
| 80 | ~~~ |
| 81 | |
| 82 | > A two-level list is created by placing additional whitespace before the |
| 83 | > **\***/**+**/**-**/**1.** of the secondary items. |
| 84 | |
| 85 | > ~~~ |
| 86 | * top-level item |
| 87 | * second-level item |
| 88 | ~~~ |
| 89 | |
| 90 | ## Block Quotes ## |
| 91 | |
| 92 | > Begin each line of a paragraph with **>** to block quote that paragraph. |
| 93 | |
| 94 |