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

How to get a vertical slides by this theme? #3

Closed
gejiawen opened this issue Nov 26, 2014 · 7 comments
Closed

How to get a vertical slides by this theme? #3

gejiawen opened this issue Nov 26, 2014 · 7 comments

Comments

@gejiawen
Copy link

As the title.

I wanna get some vertical slides, so how to write the markdown file?

@sudodoki
Copy link
Owner

I'll look into this further, but don't have much time atm. You might try to pass actual html to the file, like

<section class="stack">
--
// you slides go here
--
</section>

@sudodoki
Copy link
Owner

@sudodoki
Copy link
Owner

@gejiawen Does it work for you?

@gejiawen
Copy link
Author

I am sorry, but it does not work.

And I can not understand the code in your md file,

--

Slide #2

</section>
<div class="stack">
<section class="slide">

Slide #3

--

What's the meaning of these html tags in this file?

@sudodoki
Copy link
Owner

Cleaver by default allows you use html in your files and just put those without transformations to resulting presentation.
For reveal to have "vertical slides" in your html you just have to wrap slides for the column into div with "stack" class.

@sudodoki
Copy link
Owner

Here's a better gist. Confirmed it's working. Hope this works for you.

@sudodoki
Copy link
Owner

sudodoki commented Jun 8, 2015

@gejiawen ping? Closing for time being.

@sudodoki sudodoki closed this as completed Jun 8, 2015
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