View Single Post
Old 10-12-2023, 09:57 PM   #14
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,435
Karma: 27757438
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Look at the raw markdown rather than the rendered version, i.e. paste it in a text editor like notepad to eliminate another source of issues

Here is what I get for annotations created on the calibre docx demo file.

Code:
# monkey

sup
14/02/23 4:17 PM

--------------------

port
14/02/23 4:17 PM

--------------------

# Demonstration of DOCX support in calibre

images
22/05/23 11:49 AM

搜索

1. one

2. two

--------------------

# Text Formatting

## Inline formatting

is paragraph uses document wi
13/09/20 3:57 PM

--------------------

## Fun with fonts

mbedd
02/02/23 3:40 PM

some http://moo.com/(glue) note2

--------------------

automatically
29/04/21 6:36 AM

--------------------

ring co
29/04/21 6:48 AM

--------------------

## Paragraph level formatting

table w
13/09/20 4:01 PM

--------------------

# Structural Elements

## Dropcaps

used to emphasize the leading pa
09/10/22 2:37 PM

mooose

--------------------

paragraph
23/09/21 8:50 AM

--------------------

## Footnotes & Endnotes

converted
12/09/20 9:27 AM

--------------------
As you can see there are chapter headings even multi-level ones, as expected. If you have a book where this isnt working, open a bug report and attach the epub file.
kovidgoyal is offline   Reply With Quote