Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- asciidoc --backend slidy -a icons -o target/target.html source.txt
- for file in `dir -d *.txt` ; do
- echo $file
- asciidoc --backend slidy -a icons -o target/$file.html $file
- done
- source.txt
- Some Title
- ==========
- :author: Tomek Kaczanowski
- :copyright: MyCompany
- :backend: slidy
- :max-width: 45em
- :data-uri:
- :icons:
- Introduction here
- image:images/some_image.jpg[]
- Slide A
- -------
- * point A
- ** point A.1
- * point B
- Slide B
- -------
- .Some cool image
- image:images/cool_image.jpg[]
- * point A
- ** point A.1
- * point B
Advertisement
Add Comment
Please, Sign In to add comment