-
-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
To split the files properly, we must:
- Change Scrivener footnotes to Pandoc Markdown-style inline footnotes
From:
Lorem ipsum dolor sit amet[^fn1], ...
[^fn1]: Lorem...
To:
Lorem ipsum dolor sit amet^[Lorem...], ...
- Change Scrivener image references to inline images with attributes
From:
![Caption][Ulysses1]
[Ulysses1]: Ulysses1.jpg {#fig-scriv154 .column-page width=486 height=402}
To:
{#fig-scriv154 .column-page width=486 height=402}
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Projects
Status
Done