Skip to content

Commit 0b5428d

Browse files
committed
update README.md
1 parent 6c8b576 commit 0b5428d

File tree

3 files changed

+16
-19
lines changed

3 files changed

+16
-19
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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

7373
Your 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.
128128
You 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

138138
But 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.
142142
You 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

150150
In 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

doc/md/leeme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,7 @@ BUILD_EPUB_BOOK='max'
184184

185185
- [**modo**] puede tomar los siguientes valores: **min, med o máx**.
186186

187-
- [**carpeta**] es la carpeta donde va a buscar los ficheros md.
188-
Si no se indica nada convertirá todos los ficheros md de todas las carpetas.
187+
- [**carpeta**] es la carpeta donde va a buscar los ficheros md. Si no se indica nada convertirá todos los ficheros md de todas las carpetas.
189188

190189
# Releases notes
191190

doc/md/readme.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ It can works with Docker, but is in beta.
7070

7171
[https://github.com/asanzdiego/markdownslides/archive/master.zip](https://github.com/asanzdiego/markdownslides/archive/master.zip)
7272

73-
## Docker (Under testing)!
73+
## Docker
7474

7575
Your installation with docker is still **under testing**.
7676

@@ -147,7 +147,7 @@ You can name several slides with (I), (II), etc. But only the first one will be
147147
## Foo Bar (I)
148148
149149
## Foo Bar (II)
150-
~~ ~
150+
~~~
151151

152152
In the book will be:
153153

@@ -180,12 +180,11 @@ BUILD_EPUB_BOOK='max'
180180
./build.sh [clean] [mode] [folder]
181181
~~~
182182

183-
- If you add [**cleaN**] the folder **lib** will be cleaned and the dependencies will be downloaded again.
183+
- If you add [**clean**] the folder **lib** will be cleaned and the dependencies will be downloaded again.
184184

185-
- [**mode**] can take the next values: **min, med o máx**.
185+
- [**mode**] can take the next values: **min, med o máx**.
186186

187-
- [**folder**] is the name of the folder wher to find
188-
the md files. If no folder name, it will convert all md files of all the folders.
187+
- [**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.
189188

190189
# Releases notes
191190

0 commit comments

Comments
 (0)