Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 02.06.2016 #2

Merged
merged 93 commits into from
Jun 2, 2016
Merged

Conversation

MarcoHengstenberg
Copy link
Owner

No description provided.

danieltdt and others added 30 commits March 5, 2015 18:54
It would be nice if we could define a custom notes.html file.

Actually, I'm used to compile my js files before releasing my app and, using selectors like `script[src$="notes.js"]`, doesn't work :(

So, what do you think about it?
`<tbody/>` is automatically inserted, so we can guarantee that this affects all ths and tds in the last row of the table *body* and the head is left untouched
In html content, marked allow `Inline-Level Grammar` but not `Block-Level Grammar`, so when I write following:
```
note:
* a
* b
* c
```
it become:
```html
<p><em> a
</em> b</p>
<ul>
<li>c</li>
</ul>
```
unbelievable!
When the autoSlideRight config option is active, the auto-sliding
will always navigate to the right and never down even if slides are
present there. This allows hidden "bonus slides" in presentations
which can be displayed as needed but won't show up automatically.
Auto-sliding will now use the method specified in the config if it is
a function or default to navigateNext.
Add an option to auto-slide right only
hakimel and others added 29 commits March 20, 2016 17:57
Table of contents added in README.md
readme tweaks
…n is improved. Also improved UserAgent access by storing it in to a local variable, it was accessed so many times in different places.
`./*.md` didn't work `*.md` does work
more in-depth documentation of slide backgrounds #1542
@MarcoHengstenberg MarcoHengstenberg merged commit 3c96d73 into MarcoHengstenberg:master Jun 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet