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

Lowercase in headings, titles ? #2226

Open
adrienpacifico opened this issue Sep 6, 2018 · 2 comments
Open

Lowercase in headings, titles ? #2226

adrienpacifico opened this issue Sep 6, 2018 · 2 comments

Comments

@adrienpacifico
Copy link

By default reveal.js will put html headings and markdown headers in uppercase.

It would be nice to have simple a way to disable this behaviour!

I'm a bit puzzled I've read: #1970 and #1978 and I didn't find how to put titles in lowercase.

@adrienpacifico
Copy link
Author

adrienpacifico commented Sep 23, 2018

A quick workaround is to put

<style>
    .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5 {
                  text-transform: none;
		  }
</style>

in the <head> of the html file.

@HMarzban
Copy link

That issue you mention #1978 & #1970, related to cod tags, not for h tags. You can easily replace your h tags by code tags, like:<code> Your headline content </code>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants