Commit 0881e1e8 authored by Marcin Sedlak-Jakubowski's avatar Marcin Sedlak-Jakubowski Committed by Mike Lewis

Use images in the Markdown page to show rendering

parent 2cd472a6
...@@ -348,10 +348,7 @@ The wrapping tags can be either curly braces or square brackets: ...@@ -348,10 +348,7 @@ The wrapping tags can be either curly braces or square brackets:
- [- deletion 4 -] - [- deletion 4 -]
``` ```
- {+ addition 1 +} ![Inline diff as rendered by GitLab's interface](img/inline_diff_01_v13_3.png)
- [+ addition 2 +]
- {- deletion 3 -}
- [- deletion 4 -]
--- ---
...@@ -373,9 +370,7 @@ backslash `\`, otherwise the diff highlight don't render correctly: ...@@ -373,9 +370,7 @@ backslash `\`, otherwise the diff highlight don't render correctly:
- {+ Text with escaped \`backticks\` inside +} - {+ Text with escaped \`backticks\` inside +}
``` ```
- {+ Just regular text +} ![Inline diff with mixed formatting, as rendered by GitLab's interface](img/inline_diff_02_v13_3.png)
- {+ Text with `backticks` inside +}
- {+ Text with escaped \`backticks\` inside +}
### Math ### Math
...@@ -475,16 +470,7 @@ unordered or ordered lists: ...@@ -475,16 +470,7 @@ unordered or ordered lists:
1. [x] Sub-task 2 1. [x] Sub-task 2
``` ```
- [x] Completed task ![A task list as rendered by GitLab's interface](img/completed_tasks_v13_3.png)
- [ ] Incomplete task
- [ ] Sub-task 1
- [x] Sub-task 2
- [ ] Sub-task 3
1. [x] Completed task
1. [ ] Incomplete task
1. [ ] Sub-task 1
1. [x] Sub-task 2
### Table of contents ### Table of contents
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment