@@ -142,13 +142,13 @@ might be interesting. You can use them with Markdown or HTML images.
142
142
143
143
Some tables in markdown and html.
144
144
145
- | Permission level | Access |
146
- | ---------------- | ------------- |
147
- | ** Bold** or _italic_ within a table cell. Next cell is empty on purpose. | |
148
- | | Previous cell is empty. A ` --flag` in mono text. |
149
- | Read | Pull |
150
- | Read/Write | Pull, push |
151
- | Admin | All of the above, plus update description, create and delete |
145
+ | Permission level | Access |
146
+ | : ------------------------------------------------------------------------- | : ------------------------------------------------------------- |
147
+ | ** Bold** or _italic_ within a table cell. Next cell is empty on purpose. | |
148
+ | | Previous cell is empty. A ` --flag` in mono text. |
149
+ | Read | Pull |
150
+ | Read/Write | Pull, push |
151
+ | Admin | All of the above, plus update description, create and delete |
152
152
153
153
The alignment of the cells in the source doesn' t really matter. The ending pipe
154
154
character is optional (unless the last cell is supposed to be empty). The header
@@ -353,17 +353,20 @@ Bootstrap JS are loaded.
353
353
354
354
> ** Note** : This is a note using the old note style
355
355
356
- > ** This is a note using the new style**
356
+ > ** Note** : This is a note using
357
+ > the old style and has multiple lines, but a single paragraph
358
+
359
+ > Pssst, wanna know something?
357
360
>
358
- > And you include a small description here telling users to be on the lookout
361
+ > You include a small description here telling users to be on the lookout
359
362
360
- > ** Be careful out there**
363
+ > It ' s not safe out there, take this Moby with you
361
364
>
362
365
> Add the `warning` class to your blockquotes if you want to tell users
363
366
> to be careful about something.
364
367
{: .warning}
365
368
366
- > ** Ouch, don' t do that!**
369
+ > Ouch, don' t do that!
367
370
>
368
371
> Use the ` danger` class to let people know this is dangerous or they
369
372
> should pay close attention to this part of the road.
0 commit comments