You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-19
Original file line number
Diff line number
Diff line change
@@ -37,25 +37,6 @@ Notes:
37
37
- PDF exporting requires chromium (see [PDF exporting on
38
38
reveal-js](https://revealjs.com/pdf-export/)).
39
39
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.
59
40
60
41
# Syntax:
61
42
@@ -81,3 +62,23 @@ You will not have to break your markdown files to use this program. Control
81
62
Reveal.js' theme and options using CommonMark-compliant comments.
82
63
83
64
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
0 commit comments