EvilDeds / slydv

A presentation slide creation tool for developers. Built with Node, Express, Postgres, Sequelize, React, Redux, Socket.io
http://www.slydv.tech/
4 stars 3 forks source link

FIX(design): Slide header should always display as h1 #198

Closed indiamos closed 7 years ago

indiamos commented 7 years ago

Yes, the form field accepts Markdown so you can use italics, for instance, but you should not have to start a title with a # to make these display as headings. A slide header is, by definition, a heading.

So, in client/components/SlideViewFrame.jsx:42 the markdown element should be wrapped in h1.