Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Miriam Fougeras
howto-cards
Commits
4eb9cb82
Verified
Commit
4eb9cb82
authored
Jan 15, 2021
by
Laurent Heirendt
✈
Browse files
WIP: fix formatting
parent
cdd6b877
Changes
1
Hide whitespace changes
Inline
Side-by-side
external/contribute/markdown/markdown.md
View file @
4eb9cb82
...
@@ -34,73 +34,27 @@ Markdown is a lightweight markup language with plain text formatting syntax whic
...
@@ -34,73 +34,27 @@ Markdown is a lightweight markup language with plain text formatting syntax whic
## Tips to write in markdown:
## Tips to write in markdown:
<table
style=
"table-layout: fixed; width: 95%;white-space: normal"
>
<thead>
<tr>
<th>
Markdown
</th>
<th>
Rendered Output
</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<pre
style=
"white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word"
>
# Header 1<br>
| Markdown | Rendered Output |
## Header 2<br>
|:-----------------------------------|---------------------------|
### Header 3 <br>
|:
<pre>
# Header 1
</pre>
| # Header 1
#### Header 4
|:
<pre>
## Header 2
</pre>
| ## Header 2
</pre>
|:
<pre>
### Header 3
</pre>
| ### Header 3
</td>
|:
<pre>
#### Header 4
</pre>
| #### Header 4
<td>
|:-----------------------------------|---------------------------|
<h1>Header 1</h1><br>
|:
<pre>
To make a text
**bold**
: use
**double asterisk**
or __underscores__
</pre>
| To make a text
**bold**
, use
**double asterisk**
or __underscores__ before and after a word or phrase. |
<h2>Header 2</h2><br>
|:-----------------------------------|---------------------------|
<h3>Header 3</h3><br>
|:
<pre>
To make a text
*italic*
: use
*one asterisk*
or _underscore_.
</pre>
| To make a text
**italic**
, use
*one asterisk*
or _underscore_.|
<h4>Header 4</h4>
|:-----------------------------------|---------------------------|
</td>
|: Use numbers for ordered lists |
</tr>
|: ^^
<pre>
1. First item | ^^ 1. First item |
<tr>
|: ^^1. Second item | ^^ 1. Second item |
<td>
|: ^^1. Third item | ^^ 1. Third item |
<pre
style=
"white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word"
>
|: ^^ 1. Indented item | ^^ 1. Indented item |
|: ^^ 1. Indented item | ^^ 1. Indented item |
|: ^^1. Fourth item
</pre>
| ^^1. Fourth item |
|:-----------------------------------|---------------------------|
To make a text **bold**, use **double asterisk** or __underscores__ before and after a word or phrase.
To make a text **italic**, use *one asterisk* or _underscore_.
</pre>
</td>
<td>
To make a text <strong>bold</strong>, use <strong>double asterisk</strong> or <strong>underscores</strong> before and after a word or phrase.<br>
To make text <i>italic</i>, use <i>one asterisk</i> or <i>underscore</i>.
</td>
</tr>
<tr>
<td>
<pre
style=
"white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word"
>
Use numbers for ordered lists:
1. First item
2. Second item
3. Third item
1. Indented item
1. Indented item
4. Fourth item
</pre>
</td>
<td>
Use numbers for ordered lists:
<ol>
<li>First item</li>
<li>Second item</li>
<li>Third item
<ol>
<li>Indented item</li>
<li>Indented item</li>
</ol>
</li>
<li>Fourth item</li>
</ol>
</td>
</tr>
<tr>
<td>
<td>
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word">
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word">
...
@@ -140,7 +94,7 @@ Markdown is a lightweight markup language with plain text formatting syntax whic
...
@@ -140,7 +94,7 @@ Markdown is a lightweight markup language with plain text formatting syntax whic
</tr>
</tr>
<tr>
<tr>
<td>
<td>
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word">
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word">
Include local pictures using markdown:
Include local pictures using markdown:
...
@@ -288,8 +242,8 @@ Another big advantage of Markdown is that it can contain HTML tags, which makes
...
@@ -288,8 +242,8 @@ Another big advantage of Markdown is that it can contain HTML tags, which makes
### Location:
### Location:
## Objective / Agenda
## Objective / Agenda
## Meeting Notes
## Meeting Notes
* first note
* first note
* second note
* second note
* ...
* ...
## Actions
## Actions
- [ ] Josh, Alice and Cindy will do this.
- [ ] Josh, Alice and Cindy will do this.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment