Skip to content

Commit baf69de

Browse files
committed
Fixed formatting
1 parent 7bf59b7 commit baf69de

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

docs/c1.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
1616

1717
## Unordered lists
1818

19-
- Lorem ipsum dolor sit amet,
20-
- consectetur adipiscing elit,
21-
- sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
19+
- Lorem ipsum dolor sit amet,
20+
- consectetur adipiscing elit,
21+
- sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
2222

2323
---
2424

@@ -78,24 +78,24 @@ This text has been ~~stricken~~.
7878

7979
:construction: :warning: :exclamation: :no_entry_sign: :no_entry: :x:
8080

81-
- https://github.com/ikatyang/emoji-cheat-sheet/blob/master/README.md
82-
- https://gitmoji.dev/
83-
- https://emoojees.com/
81+
- https://github.com/ikatyang/emoji-cheat-sheet/blob/master/README.md
82+
- https://gitmoji.dev/
83+
- https://emoojees.com/
8484

8585
---
8686

8787
## HTML entities
8888

89-
≠ ≈ • ⧉ ⦻ ⦰ © ♪ ♭ ♯ ✓ ✗ ♀ ♂
89+
≠ ≈ • ⧉ ⦻ ⦰ © ♪ ♭ ♯ ✓ ✗ ♀ ♂
9090

9191
← ↔ → ↵ ⟵ ⟷ ⟶
9292

9393
α β θ ω
9494

9595
♠ ♣ ♥ ♦
9696

97-
- https://www.freeformatter.com/html-entities.html
98-
- https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references
97+
- https://www.freeformatter.com/html-entities.html
98+
- https://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references
9999

100100
---
101101

docs/c2.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ You can also specify the exact height and width using HTML.
2222

2323
<!-- .slide: data-background-image="./img/1920x1080-transparent.png" data-background-size="contain" data-background-repeat="no-repeat" -->
2424

25-
- The HTML width/height sizes are relative to those specified in the `mkslides.yml` file.
26-
- These sizes are called the canvas sizes
27-
- In this example: `1920x1080`.
28-
- E.g.
29-
- an `img` with width `960` will take 50% of the width.
30-
- an `img` with height `540` will take 50% of the height.
31-
- When the browser is resized, Reveal.js wil take care of the scaling so you don't have to. You just do everything relative to the resolution set in `mkslides.yml`.
25+
- The HTML width/height sizes are relative to those specified in the `mkslides.yml` file.
26+
- These sizes are called the canvas sizes
27+
- In this example: `1920x1080`.
28+
- E.g.
29+
- an `img` with width `960` will take 50% of the width.
30+
- an `img` with height `540` will take 50% of the height.
31+
- When the browser is resized, Reveal.js wil take care of the scaling so you don't have to. You just do everything relative to the resolution set in `mkslides.yml`.
3232

3333
---
3434

@@ -110,19 +110,19 @@ _Tip: use PlantUML's `scale` to enlarge or shrink the graph._
110110

111111
## Fragments
112112

113-
- Item 1 <!-- .element: class="fragment" -->
114-
- Item 2 <!-- .element: class="fragment" -->
115-
- Item 3 <!-- .element: class="fragment" -->
113+
- Item 1 <!-- .element: class="fragment" -->
114+
- Item 2 <!-- .element: class="fragment" -->
115+
- Item 3 <!-- .element: class="fragment" -->
116116

117117
---
118118

119119
## Fragments.
120120

121121
You can specify a custom order of appearance.
122122

123-
- Item 1 <!-- .element: class="fragment" data-fragment-index="3" -->
124-
- Item 2 <!-- .element: class="fragment" data-fragment-index="1" -->
125-
- Item 3 <!-- .element: class="fragment" data-fragment-index="2" -->
123+
- Item 1 <!-- .element: class="fragment" data-fragment-index="3" -->
124+
- Item 2 <!-- .element: class="fragment" data-fragment-index="1" -->
125+
- Item 3 <!-- .element: class="fragment" data-fragment-index="2" -->
126126

127127
---
128128

@@ -155,17 +155,17 @@ This defies the use of markdown, but if you really want it you can use some HTML
155155
<div class="multicolumn">
156156
<div>
157157

158-
- Bullet
159-
- Bullet
160-
- Bullet
161-
- Bullet
158+
- Bullet
159+
- Bullet
160+
- Bullet
161+
- Bullet
162162

163163
</div>
164164

165165
<div>
166166

167167
1. List
168-
1. List
168+
1. List
169169
2. List
170170
3. List
171171

@@ -215,10 +215,10 @@ You can set the slideshow to permanently show the notes by setting the [`showNot
215215

216216
## And a lot more!
217217

218-
- https://github.com/HoGentTIN/hogent-revealmd
219-
- Inspired by the work of [Bert Van Vreckem](https://github.com/bertvv) at https://github.com/HoGentTIN/hogent-revealjs
220-
- https://github.com/MartenBE/mkslides-reveal
221-
- https://github.com/webpro/reveal-md
222-
- https://revealjs.com/
218+
- https://github.com/HoGentTIN/hogent-revealmd
219+
- Inspired by the work of [Bert Van Vreckem](https://github.com/bertvv) at https://github.com/HoGentTIN/hogent-revealjs
220+
- https://github.com/MartenBE/mkslides-reveal
221+
- https://github.com/webpro/reveal-md
222+
- https://revealjs.com/
223223

224224
---

0 commit comments

Comments
 (0)