Skip to content

Commit 8cb0507

Browse files
committed
Change code in boxes and notes to normal text
1 parent b749717 commit 8cb0507

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

example.txt

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -191,43 +191,43 @@ Center aligned text ...
191191

192192
<WRAP info 300px left>
193193
=== Info ===
194-
<WRAP info></WRAP>
194+
%%<WRAP info></WRAP>%%
195195
</WRAP>
196196

197197

198198
<WRAP tip 300px left>
199199
=== Tip ===
200-
<WRAP tip></WRAP>
200+
%%<WRAP tip></WRAP>%%
201201
</WRAP>
202202

203203

204204
<WRAP important 300px left>
205205
=== Important ===
206-
<WRAP important></WRAP>
206+
%%<WRAP important></WRAP>%%
207207
</WRAP>
208208

209209

210210
<WRAP alert 300px left>
211211
=== Alert ===
212-
<WRAP alert></WRAP>
212+
%%<WRAP alert></WRAP>%%
213213
</WRAP>
214214

215215

216216
<WRAP round help 300px left>
217217
=== Help ===
218-
<WRAP round help></WRAP>
218+
%%<WRAP round help></WRAP>%%
219219
</WRAP>
220220

221221

222222
<WRAP download 300px left>
223223
=== Download ===
224-
<WRAP download></WRAP>
224+
%%<WRAP download></WRAP>%%
225225
</WRAP>
226226

227227

228228
<WRAP todo 300px left>
229229
=== Todo ===
230-
<WRAP todo></WRAP>
230+
%%<WRAP todo></WRAP>%%
231231
</WRAP>
232232

233233

@@ -236,29 +236,31 @@ Center aligned text ...
236236

237237
**Safety Notes:**
238238

239+
Best only use simple markup in safety notes.
240+
239241
<WRAP danger 30% left>
240242
=== Danger ===
241-
<WRAP danger></WRAP>
243+
%%<WRAP danger></WRAP>%%
242244
</WRAP>
243245

244246
<WRAP warning 30% left>
245247
=== Warning ===
246-
<WRAP warning></WRAP>
248+
%%<WRAP warning></WRAP>%%
247249
</WRAP>
248250

249251
<WRAP caution 30% left>
250252
=== Caution ===
251-
<WRAP caution></WRAP>
253+
%%<WRAP caution></WRAP>%%
252254
</WRAP>
253255

254256
<WRAP round notice 30% left>
255257
=== Notice ===
256-
<WRAP round notice></WRAP>
258+
%%<WRAP round notice></WRAP>%%
257259
</WRAP>
258260

259261
<WRAP round safety 30% left>
260262
=== Safety ===
261-
<WRAP round safety></WRAP>
263+
%%<WRAP round safety></WRAP>%%
262264
</WRAP>
263265

264266
<WRAP clear />

0 commit comments

Comments
 (0)