macmillanpublishers / htmlmaker_js

Repo for testing and finalizing htmlmaker javascript implementation
0 stars 1 forks source link

Wrap epigraph paras in blockquote #1

Closed nelliemckesson closed 7 years ago

nelliemckesson commented 7 years ago

Contiguous epigraph paragraphs and veratile-block-paras should be wrapped in a blockquote[data-type="epigraph"]. This should happen in htmltohtmlbook.js.

See the following locations in the XSL for the old handling:

https://github.com/macmillanpublishers/bookmaker/blob/master/core/htmlmaker/wordtohtml.xsl#L34 https://github.com/macmillanpublishers/bookmaker/blob/master/core/htmlmaker/wordtohtml.xsl#L515

nelliemckesson commented 7 years ago

Done and tested!