Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
howto-cards
Commits
654eb3bc
Commit
654eb3bc
authored
Feb 28, 2020
by
Jacek Lebioda
Browse files
Merge branch 'develop' into 'new-search-page'
# Conflicts: # external/contribute/markdown/markdown.md
parents
2ccc3f29
95748ecf
Changes
1
Hide whitespace changes
Inline
Side-by-side
external/contribute/markdown/markdown.md
View file @
654eb3bc
...
...
@@ -34,7 +34,7 @@ Markdown is a lightweight markup language with plain text formatting syntax whic
## Tips to write in markdown:
<table>
<table
style=
"table-layout: fixed; width: 80%;white-space: normal"
>
<thead>
<tr>
<th>
Markdown
</th>
...
...
@@ -44,7 +44,8 @@ Markdown is a lightweight markup language with plain text formatting syntax whic
<tbody>
<tr>
<td>
<pre>
<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>
## Header 2<br>
### Header 3 <br>
...
...
@@ -60,7 +61,8 @@ Markdown is a lightweight markup language with plain text formatting syntax whic
</tr>
<tr>
<td>
<pre>
<pre
style=
"white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word"
>
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>
...
...
@@ -72,7 +74,8 @@ Markdown is a lightweight markup language with plain text formatting syntax whic
</tr>
<tr>
<td>
<pre>
<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
...
...
@@ -99,7 +102,8 @@ Markdown is a lightweight markup language with plain text formatting syntax whic
</tr>
<tr>
<td>
<pre>
<pre
style=
"white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word"
>
For unordered lists use asterisk, minus or plus
- First item
- Second item
...
...
@@ -125,7 +129,8 @@ Markdown is a lightweight markup language with plain text formatting syntax whic
</tr>
<tr>
<td>
<pre>
<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 links referring to a web [page](https://www.markdownguide.org/)
</pre>
</td>
...
...
@@ -136,12 +141,14 @@ Markdown is a lightweight markup language with plain text formatting syntax whic
<tr>
<td>
<pre>
<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:

</pre><br>
<pre>
<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word">
Or use HTML tag allowing you to alter the image properties (e.g. size):
<img src="img/r3_logo.png" width="40">
...
...
@@ -156,7 +163,8 @@ Markdown is a lightweight markup language with plain text formatting syntax whic
</tr>
<tr>
<td>
<pre>
<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 code blocks!
```
def myAwesomeFunction(x):
...
...
@@ -176,7 +184,8 @@ Markdown is a lightweight markup language with plain text formatting syntax whic
</tr>
<tr>
<td>
<pre>
<pre
style=
"white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word"
>
Create table:
| Tables | Are | Cool |
|------------|:------:|:-----:|
...
...
@@ -272,7 +281,8 @@ Another big advantage of Markdown is that it can contain HTML tags, which makes
<tbody>
<tr>
<td>
<pre>
<pre
style=
"white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word"
>
# DocTitle
### Attendees:
### Location:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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