olivierkes / manuskript

A open-source tool for writers
http://www.theologeek.ch/manuskript
GNU General Public License v3.0
1.75k stars 232 forks source link

Odd error in generated epub - remark/question #1239

Open paulkater opened 11 months ago

paulkater commented 11 months ago

Hi all

Perhaps I did something odd in my writing. After exporting an epub, to test-read the entire story, I ran into an odd error at the start of a chapter:

"This page contains the following error:

error on line 55 at column 300: Specification mandates value for attribute so

Below is a rendering of the page up to the first error."

The last line in the file that still gets compiled is:

[With the blanket and total silence around them, they fell asleep quickly.]

(Yes, I have a meaning with the square brackets) I doubt that is the problem, adding a new line with just the word 'test' in it, compiles the same way, with an error. It's not a big problem for me, I can generate epubs in another way, just thought I'd mention it. Perhaps there's an easy fix.

Paul

paulkater commented 11 months ago

For what it's worth: this issue doesn't throw an error:

2023-10-29 16:56:21,783 DEBUG:Strange things in file %s 2023-10-29 16:56:21,783 INFO:Project /big/Tresors/manuskript/dragon house.msk loaded. 2023-10-29 16:56:29,036 INFO:Using pandoc settings: 2.9, dropping: ['smart', 'normalize', 'base-header', 'atx-heading', 'latex-engine'] 2023-10-29 16:57:28,459 INFO:Saving to: zip 2023-10-29 16:57:28,485 INFO:Project dragon house.msk saved.

I know my way around Python a bit. If there's something I can do to help locate the issue, please let me know.