@@ -68,7 +68,7 @@ It can works with Docker, but is in beta.
6868
6969[ https://github.com/asanzdiego/markdownslides/archive/master.zip ] ( https://github.com/asanzdiego/markdownslides/archive/master.zip )
7070
71- #### Docker (Under testing)!
71+ #### Docker
7272
7373Your installation with docker is still ** under testing** .
7474
@@ -128,11 +128,11 @@ This is only visible in book mode or if you press 's' on the slides.
128128You can have as many levels as you want. Example:
129129
130130~~~
131- ### Level 1 (on slides and book)
131+ # Level 1 (on slides and book)
132132
133- #### Level 2 (on slides and book)
133+ ## Level 2 (on slides and book)
134134
135- ##### Level 3 (in book but stays level 2 in slides)
135+ ### Level 3 (in book but stays level 2 in slides)
136136~~~
137137
138138But only in books. In slides you can only have 2 levels.
@@ -142,10 +142,10 @@ But only in books. In slides you can only have 2 levels.
142142You can name several slides with (I), (II), etc. But only the first one will be exported to the book. Example:
143143
144144~~~
145- #### Foo Bar (I)
145+ ## Foo Bar (I)
146146
147- #### Foo Bar (II)
148- ~~ ~
147+ ## Foo Bar (II)
148+ ~~~
149149
150150In the book will be:
151151
@@ -178,12 +178,11 @@ BUILD_EPUB_BOOK='max'
178178./build.sh [clean] [mode] [folder]
179179~~~
180180
181- - If you add [ ** cleaN** ] the folder ** lib** will be cleaned and the dependencies will be downloaded again.
181+ - If you add [**cleaN**] the folder **lib** will be cleaned and the dependencies will be downloaded again.
182182
183- - [ ** mode** ] can take the next values: ** min, med o máx** .
183+ - [**mode**] can take the next values: **min, med o máx**.
184184
185- - [ ** folder** ] is the name of the folder wher to find
186- the md files. If no folder name, it will convert all md files of all the folders.
185+ - [**folder**] is the name of the folder wher to find the md files. If no folder name, it will convert all md files of all the folders.
187186
188187### Releases notes
189188
0 commit comments