- Sep 13, 2023
-
- Sep 12, 2023
-
-
Hakim El Hattab authored
-
- Sep 11, 2023
-
-
Hakim El Hattab authored
-
- Sep 04, 2023
-
-
Hakim El Hattab authored
fix dracula li markers
-
- Sep 02, 2023
-
-
Thomas Fritsch authored
-
Thomas Fritsch authored
-
Thomas Fritsch authored
replace :before pseudo elements with :marker selector allows to have different marker based on the level of nesting (as in other themes : disc, square, circle)
-
- Aug 25, 2023
-
-
Hakim El Hattab authored
-
- Aug 24, 2023
-
-
Hakim El Hattab authored
fix code blocks font when printing pdf
-
Thomas Fritsch authored
fixes #2867
-
Hakim El Hattab authored
Fix dracula's theme list-style on sub-items
-
Hakim El Hattab authored
Update demo.html
-
Ricardo Menotti authored
switch themes keep current slide
-
- Aug 23, 2023
-
-
Hakim El Hattab authored
-
- Aug 22, 2023
-
-
Hakim El Hattab authored
Refactored var to let or const, used strict equality operator
-
Prarup Gurung authored
-
Hakim El Hattab authored
fix typos in variable names
-
Artur Neumann authored
-
- Aug 16, 2023
-
-
Gildasio Junior authored
-
- Aug 09, 2023
-
-
Hakim El Hattab authored
fix scss watch tasks broken on syntax error
-
Hakim El Hattab authored
speed up livereload
-
- Aug 06, 2023
-
-
Thomas Fritsch authored
connect.reload needs a stream of files to fire, but this stream is irrelevant here and slows refresh time a lot (from ~2ms to 2000ms here)
-
Thomas Fritsch authored
when there is a syntax error in a sass file (theme or core) the npm start command used to hang, forcing the user to stop and restart the task to compile again. this fix allows to keep the start-task watching/compiling even when there is an error : - the error is displayed in terminal - the rest of gulp tasks are not called (no reload in the browser) - the user can edit the scss files to try a fix without the need to stop/restart the `npm start` command
-
Hakim El Hattab authored
update markdown default notes separator to ignore inline occurances of 'notes:', closes #1915, closes #2762
-
Hakim El Hattab authored
-
Hakim El Hattab authored
adds ability to override markdown plugin default options
-
Hakim El Hattab authored
add support for links to the id of an element nested inside slide
-
Hakim El Hattab authored
allow theme subfolders
-
Hakim El Hattab authored
fixes livereload when using root CLI param
-
- Aug 05, 2023
-
-
Thomas Fritsch authored
-
Thomas Fritsch authored
fixes hakimel/reveal.js#3231
-
- Aug 04, 2023
-
-
Thomas Fritsch authored
```js Reveal.initialize({ markdown: { defaultOptions: { verticalSeparator: '\n--\n`, } } })
-
- Aug 03, 2023
-
-
t-fritsch authored
allows custom themes to import files from subfolders inside the `css/theme/source` folder. in `css/theme/source/custom-theme.scss` we can now do ```scss @import `custom-theme/controls` @import `custom-theme/headings` ... ```
-
t-fritsch authored
may allow perf boost
-
t-fritsch authored
-
Hakim El Hattab authored
-
- Jun 16, 2023
-
-
Hakim El Hattab authored
-
- May 31, 2023
-
-
Hakim El Hattab authored
-
- May 15, 2023
-
-
Hakim El Hattab authored
[Markdown plugin] add line number offset for code sections to markdown
-