• Robert Knight's avatar
    Make side-by-side mode work with VitalSource "Great Book" books · 907f0011
    Robert Knight authored
    Many classic texts that are freely available in VitalSource use `<div
    class="para">` elements for paragraphs of text, instead of `<p>` elements.
    Modify the logic for finding the main content of an HTML document to consider
    these. We will probably want to make these selectors a configurable argument to
    `guessMainContentArea` in future. Since there are only two of them and it is
    unlikely to have ill effects outside of VitalSource books, I made it a general
    feature of the HTML side-by-side mode implementation.
    907f0011
Name
Last commit
Last update
..
annotator Loading commit data...
boot Loading commit data...
images/icons Loading commit data...
shared Loading commit data...
sidebar Loading commit data...
styles Loading commit data...
test-util Loading commit data...
types Loading commit data...
.eslintrc Loading commit data...
karma.config.js Loading commit data...
tsconfig.json Loading commit data...
tsconfig.no-any.json Loading commit data...