Fossil SCM

Adjustments to the "/md_rules" page, suggested on the SQLite forum: <https://sqlite.org/forum/forumpost/b8e93aa66d>

drh 2022-02-22 21:20 trunk
Commit c5e4c8b63aed6f48329e7dc7d22986ab3b36af14f014d18b9a0a7a5690b083e2
1 file changed +12 -10
+12 -10
--- src/markdown.md
+++ src/markdown.md
@@ -54,11 +54,11 @@
5454
> <li> An [interwiki link](#intermap) of the form "<i>Tag</i><b>:</b><i>PageName</i>"</ul>
5555
5656
> In format 8, then the URL becomes the display text. This is useful for
5757
> hyperlinks that refer to wiki pages and check-in and ticket hashes.
5858
59
-## Fonts ##
59
+## Text Style ##
6060
6161
> * _\*italic\*_
6262
> * *\_italic\_*
6363
> * __\*\*bold\*\*__
6464
> * **\_\_bold\_\_**
@@ -69,23 +69,25 @@
6969
> The **\`code\`** construct disables HTML markup, so one can write, for
7070
> example, **\`\<html\>\`** to yield **`<html>`**.
7171
7272
## Lists ##
7373
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
+~~~
8081
8182
> A two-level list is created by placing additional whitespace before the
8283
> **\***/**+**/**-**/**1.** of the secondary items.
8384
84
->
85
- * top-level item
86
- * secondary item
85
+> ~~~
86
+ * top-level item
87
+ * second-level item
88
+~~~
8789
8890
## Block Quotes ##
8991
9092
> Begin each line of a paragraph with **>** to block quote that paragraph.
9193
9294
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button