0 Votes

Changes for page Start here if you're new

Last modified by Ryan C on 2025/06/28 04:59

From version 10.1
edited by Ryan C
on 2025/03/16 01:21
Change comment: There is no comment for this version
To version 9.1
edited by Ryan C
on 2025/03/16 01:20
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -113,7 +113,6 @@
113 113  
114 114  
115 115  
116 -*
117 117  ** (((
118 118  === **Bold**: Surround text with double asterisks. ===
119 119  )))
... ... @@ -123,7 +123,6 @@
123 123  {{/code}}
124 124  
125 125  
126 -*
127 127  ** (((
128 128  === **Italics**: Use double underscores. ===
129 129  )))
... ... @@ -133,7 +133,6 @@
133 133  {{/code}}
134 134  
135 135  
136 -*
137 137  ** (((
138 138  === **Underline**: Enclose text with double tildes. ===
139 139  )))
... ... @@ -143,7 +143,6 @@
143 143  {{/code}}
144 144  
145 145  
146 -*
147 147  ** (((
148 148  === **Unordered List**: Begin lines with asterisk (*) or hyphen (-). ===
149 149  )))
... ... @@ -154,7 +154,6 @@
154 154  {{/code}}
155 155  
156 156  
157 -*
158 158  ** (((
159 159  === **Ordered List**: Start lines with a number followed by a period. ===
160 160  )))
... ... @@ -167,15 +167,13 @@
167 167  
168 168  == **Links** ==
169 169  
165 +==== **Internal Link**: Use square brackets with the page name. ====
170 170  
171 -
172 -==== ** Internal Link**: Use square brackets with the page name. ====
173 -
174 174  {{code}}
175 175  [[PageName]]
176 176  {{/code}}
177 177  
178 -*
171 +*
179 179  ** (((
180 180  ==== **External Link**: Provide the URL directly. ====
181 181  )))