How can I get left-justified paragraphs in reveal.js?
Solution You can change how the slides appear by adding some custom CSS to your presentation. E.g., add <style type=”text/css”> p { text-align: left; } </style> to left align all paragraphs. More Examples You only asked about left-aligned paragraphs, but here are some more complicated examples, in case someone finds them useful: Restyle the title … Read more