-
Notifications
You must be signed in to change notification settings - Fork 188
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
Compliance : Subtitle partitioning #70
Comments
Tracked it to 5b59a3a but I don't know how to fix it |
What do you expect to happen? |
Well, according to the user manual*, the title should be splitted in two (from the last colon or any given separator) the first part being the main title, the second part being a subtitle. In my case the document is titled like this :
Which ends up with a cumbersome first slide since the whole line is in Yet, as I was writing the current answer I re-read the user manual and noticed the note stating that :
*So I'm not sure anymore if this remark is legit |
I implemented preamble support not that long ago. So something like this
On Thu, Apr 28, 2016, 5:29 AM Thomas [email protected] wrote:
|
Since the html5 back-end does not do subtitle partitioning and that we support preamble which would achieve the same effect, I will close that issue. Feel free to re-open if you feel otherwise.
|
Actually, it is. It's still not implemented in the HTML5 backend. But this isn't the HTML5 backend...so we need not worry about it. There's still an API for it. I have implemented subtitle partitioning in the Bespoke converter. I think the same should be done for the Reveal.js converter. See https://github.com/asciidoctor/asciidoctor-bespoke/blob/master/templates/slim/slide_title.html.slim#L11-L16. |
Basically, the title should be split into h1 and h2, and perhaps wrapped in a div to make it possible to style the group. |
Subtitle partitioning is not enforced on the first slide with the reveal.js backend.
The text was updated successfully, but these errors were encountered: