I think I am more interested in in modifying the css options, but I can't say it is overly clear. I don't understand how the arguments relate to the slide header, for example. Do they come just after, on a second line? do they have to refer back to the header's name? I mean in the slidy help documentation, this is the example
`## Next Steps {#nextsteps .emphasized}
Would enable you to apply CSS to all of it’s content using either of the following CSS selectors:
#nextsteps {
color: blue;
}
.emphasized {
font-size: 1.2em;
}
`
So, where would I find the arguments for horizontal alignment? And why is the slide header the same as the css code? ## Next Steps {#nextsteps .emphasized}