Repository for FOSSASIA 2023 Silicon talk https://p.xobs.io/fa23
Go to file
John Kristensen ae652a8e4e Correctly strip leading white-space from markdown
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.
2023-02-02 13:27:52 +01:00
.github Merge pull request #3268 from sashashura/patch-1 2023-01-18 10:48:46 +01:00
css scope print styles to .reveal #3348 2023-01-23 12:12:28 +01:00
dist scope print styles to .reveal #3348 2023-01-23 12:12:28 +01:00
examples fix issue where auto-animate did not work when jumping three or more slides (i.e. longer than the view distance) 2022-04-28 13:38:30 +02:00
js Fixes typos 2023-01-25 14:13:31 +01:00
plugin Correctly strip leading white-space from markdown 2023-02-02 13:27:52 +01:00
test spec updates 2023-01-10 10:24:49 +01:00
.gitignore include sourcemaps in dist #3082 2022-01-11 13:24:24 +01:00
.npmignore include /css and /js in npm package #2712 2020-06-30 21:10:09 +02:00
LICENSE 2023 2023-01-09 14:31:46 +01:00
README.md 2023 2023-01-09 14:31:46 +01:00
demo.html update hljs 10 > 11.7, fix perf issue in demo presentation caused by auto lang detection 2023-01-17 09:12:00 +01:00
gulpfile.js 2023 2023-01-09 14:31:46 +01:00
index.html Missing lang attribute 2022-08-12 11:49:15 +05:30
package-lock.json fix security alerts by upgrading glob-parent #3343 2023-01-18 10:45:25 +01:00
package.json fix security alerts by upgrading glob-parent #3343 2023-01-18 10:45:25 +01:00

README.md

reveal.js

Slides

reveal.js is an open source HTML presentation framework. It enables anyone with a web browser to create beautiful presentations for free. Check out the live demo at revealjs.com.

The framework comes with a powerful feature set including nested slides, Markdown support, Auto-Animate, PDF export, speaker notes, LaTeX typesetting, syntax highlighted code and an extensive API.


Want to create reveal.js presentation in a graphical editor? Try https://slides.com. It's made by the same people behind reveal.js.


Sponsors

Hakim's open source work is supported by GitHub sponsors. Special thanks to:


Getting started


MIT licensed | Copyright © 2011-2023 Hakim El Hattab, https://hakim.se