We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement a slide class for the Content With Caption Slide
!SLIDE content-with-caption ## Left Content Title Left Content ## Right Content Title Right Content
Register the particular renderer in the slide_post_renderers.rb
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.
columns_renderer.rb
The text was updated successfully, but these errors were encountered:
We could turn assume all remaining h2 tags will be on the right.
Sorry, something went wrong.
No branches or pull requests
Implement a slide class for the Content With Caption Slide
How the user defines the title slide in their presentation
Implementation
Register the particular renderer in the
slide_post_renderers.rb
Implement a solution that is similar to
columns_renderer.rb
.The text was updated successfully, but these errors were encountered: