- 22 août, 2023 4 validations
-
-
Hakim El Hattab a écrit
Refactored var to let or const, used strict equality operator
-
Prarup Gurung a écrit
-
Hakim El Hattab a écrit
fix typos in variable names
-
Artur Neumann a écrit
-
- 09 août, 2023 2 validations
-
-
Hakim El Hattab a écrit
fix scss watch tasks broken on syntax error
-
Hakim El Hattab a écrit
speed up livereload
-
- 06 août, 2023 8 validations
-
-
Thomas Fritsch a écrit
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 a écrit
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 a écrit
update markdown default notes separator to ignore inline occurances of 'notes:', closes #1915, closes #2762
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
adds ability to override markdown plugin default options
-
Hakim El Hattab a écrit
add support for links to the id of an element nested inside slide
-
Hakim El Hattab a écrit
allow theme subfolders
-
Hakim El Hattab a écrit
fixes livereload when using root CLI param
-
- 05 août, 2023 2 validations
-
-
Thomas Fritsch a écrit
-
Thomas Fritsch a écrit
fixes hakimel/reveal.js#3231
-
- 04 août, 2023 1 validation
-
-
Thomas Fritsch a écrit
```js Reveal.initialize({ markdown: { defaultOptions: { verticalSeparator: '\n--\n`, } } })
-
- 03 août, 2023 4 validations
-
-
t-fritsch a écrit
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 a écrit
may allow perf boost
-
t-fritsch a écrit
-
Hakim El Hattab a écrit
-
- 16 juin, 2023 1 validation
-
-
Hakim El Hattab a écrit
-
- 31 mai, 2023 1 validation
-
-
Hakim El Hattab a écrit
-
- 15 mai, 2023 1 validation
-
-
Hakim El Hattab a écrit
[Markdown plugin] add line number offset for code sections to markdown
-
- 12 mai, 2023 2 validations
-
-
Florian Klien a écrit
-
Florian Klien a écrit
-
- 13 avr., 2023 1 validation
-
-
Hakim El Hattab a écrit
-
- 08 mar., 2023 1 validation
-
-
Hakim El Hattab a écrit
-
- 07 mar., 2023 1 validation
-
-
Hakim El Hattab a écrit
-
- 27 fév., 2023 1 validation
-
-
Hakim El Hattab a écrit
Correctly strip leading white-space from markdown
-
- 22 fév., 2023 4 validations
-
-
Hakim El Hattab a écrit
-
Peter Kehl a écrit
-
Hakim El Hattab a écrit
-
Elliot" Constantin H a écrit
* Fix overlap in overview when config.disableLayout === true * run gulp js after commit 9193e5cd5d6d1aa234803b753c6d032b801a8221 --------- Co-authored-by:
Hakim El Hattab <hakim.elhattab@gmail.com>
-
- 16 fév., 2023 1 validation
-
-
Hakim El Hattab a écrit
add sortFragmentsOnSync option, makes it possible to avoid unwanted sorting in editing environments like slides.com
-
- 13 fév., 2023 1 validation
-
-
Martino a écrit
Fixes https://github.com/hakimel/reveal.js/issues/3315
-
- 02 fév., 2023 1 validation
-
-
John Kristensen a écrit
If the markdown contains something that is indented by more that the `leadingTabs`/`leadingWs` then extra white space is incorrectly removed. ie the following example: ``` <section data-markdown> some text indented text more indented text </section> ``` would result in the following markdown: ``` some text indented text more indented text ``` We can work around this problem by using a function to generate the replace value.
-
- 25 jan., 2023 2 validations
-
-
Hakim El Hattab a écrit
Fixes typos
-
Andreas Deininger a écrit
-
- 23 jan., 2023 1 validation
-
-
hakimel a écrit
-