Skip to content

Commit

Permalink
Merge pull request #470 from vivliostyle/feat/epub-output-improvement
Browse files Browse the repository at this point in the history
fix: Improve EPUB nav elements
  • Loading branch information
spring-raining authored Mar 3, 2024
2 parents e01c17c + bcc441b commit c5bab80
Show file tree
Hide file tree
Showing 4 changed files with 228 additions and 163 deletions.
3 changes: 3 additions & 0 deletions src/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ export const EPUB_CONTAINER_XML = `${XML_DECLARATION}
<rootfile full-path="EPUB/content.opf" media-type="application/oebps-package+xml" />
</rootfiles>
</container>`;
export const EPUB_LANDMARKS_TITLE = 'Landmarks';
export const EPUB_LANDMARKS_TOC_ENTRY = TOC_TITLE;
export const EPUB_LANDMARKS_COVER_ENTRY = 'Cover Page';

export const cliRoot = upath.join(fileURLToPath(import.meta.url), '../..');
export const cliVersion = (() => {
Expand Down
Loading

0 comments on commit c5bab80

Please sign in to comment.