infews / keydown

An HTML5 presentation builder
MIT License
503 stars 66 forks source link

Is it possible to align differently only "chunk" of a slide? #24

Closed adinapoli closed 11 years ago

adinapoli commented 11 years ago

For example, starting with a !SLIDE left and then have some piece of syntax to align a part of the same slide (inventing):

 !ALIGN center 
##My aligned content
infews commented 11 years ago

You should be able to do that with some custom CSS. The complexity of adding that to the mardkown syntax is beyond the scope of this tool. CSS and Deck.js themes can handle this better.