johnvf / adapt-web-ui

react web ui for adapt oakland
2 stars 3 forks source link

Add styles through H6 #36

Open marishaf opened 8 years ago

marishaf commented 8 years ago

These still need a little hierarchy. Right now they are just appearing as normal text

johnvf commented 8 years ago

Done.

marishaf commented 8 years ago

I tried this the doc 3_Design and H5 and H6 are still appearing as normal text

johnvf commented 8 years ago

Styles were added, but they are never applied - it looks like the h5 and h6 headings are never exported in Word.

They show up in the page as 'p' elements.

We are using a 3rd party tool to generate HTML (actually, 'Markdown') from .docx: https://www.npmjs.com/package/mammoth

I'd rather not debug this issue with mammoth if it can be worked around instead. Can H1-H4, lists, tables, or some other graphical tool be used to communicate this information?

johnvf commented 8 years ago

Another option would be for you guys to learn Markdown, the text could then be modified by you before being input:

https://en.wikipedia.org/wiki/Markdown