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

Slide Format: Content With Caption #13

Open
burtlo opened this issue Mar 4, 2013 · 1 comment
Open

Slide Format: Content With Caption #13

burtlo opened this issue Mar 4, 2013 · 1 comment
Labels
Milestone

Comments

@burtlo
Copy link
Owner

burtlo commented Mar 4, 2013

Implement a slide class for the Content With Caption Slide

Title Slide

How the user defines the title slide in their presentation

!SLIDE content-with-caption

##  Left Content Title

Left Content

## Right Content Title

Right Content

Implementation

Register the particular renderer in the slide_post_renderers.rb

SlidePostRenderers.register Renderers::ContentWithCaptionRenderer.new(css_class: 'content-with-caption', content_elements: "h2")

Implement a solution that is similar to columns_renderer.rb.

@burtlo
Copy link
Owner Author

burtlo commented Apr 12, 2013

We could turn assume all remaining h2 tags will be on the right.

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

No branches or pull requests

1 participant