Skip to content

Commit 13bce01

Browse files
author
Leo
committed
Update README.md
1 parent e51a686 commit 13bce01

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

README.md

+20-19
Original file line numberDiff line numberDiff line change
@@ -37,25 +37,6 @@ Notes:
3737
- PDF exporting requires chromium (see [PDF exporting on
3838
reveal-js](https://revealjs.com/pdf-export/)).
3939

40-
# Features
41-
42-
Some of Reveal.js's features are:
43-
44-
- LaTeX syntax.
45-
- Automatic animations.
46-
- Background videos and images.
47-
48-
MathJax is bundled in this repository, so web browsers do not need internet
49-
connection to display the presentations.
50-
51-
# Why:
52-
53-
- Markdown is simple and portable. You can write markdown in a cellphone or
54-
in a remote server.
55-
- You want to write equations in LaTeX.
56-
- PDFs have no support for videos, but HTML does.
57-
- PowerPoint and LibreOffice are not available in all computers, but virtually
58-
every computer has a web browser.
5940

6041
# Syntax:
6142

@@ -81,3 +62,23 @@ You will not have to break your markdown files to use this program. Control
8162
Reveal.js' theme and options using CommonMark-compliant comments.
8263

8364
Everything but slide-break comments and option comments is passed to Reveal.js verbatim. Check out their documentation, especially the [markdown section](https://revealjs.com/markdown/).
65+
66+
# Features
67+
68+
Some of Reveal.js's features are:
69+
70+
- LaTeX syntax.
71+
- Automatic animations.
72+
- Background videos and images.
73+
74+
Everything is bundled in this repository so web browsers do not need internet
75+
connection to display the presentations.
76+
77+
# Why:
78+
79+
- Markdown is simple and portable. You can write markdown in a cellphone or
80+
in a remote server.
81+
- You want to write equations in LaTeX.
82+
- PDFs have no support for videos, but HTML does.
83+
- PowerPoint and LibreOffice are not available in all computers, but virtually
84+
every computer has a web browser.

0 commit comments

Comments
 (0)