You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By putting these in a div together, you are indicating that they are a unit and shouldn't be broken up.
The regression is because of the introduction of a first-class Div element in pandoc; previously the open and closing groups of divs were just parsed as separate raw HTML chunks.
Give the file
sample-with-div.html
when I try to convert it to EPUB
the option
--epub-chapter-level
doesn't work:For some reason the
div
tags makes the option--epub-chapter-level
not work:This is also a regression:
The text was updated successfully, but these errors were encountered: