Formatting issues with list(ordered/unordered)... #3229
Unanswered
zhang-stephen
asked this question in
Q&A
Replies: 2 comments
-
CKEditor does not support block elements in lists. IIRC they are working on it, but it's surprisingly complex issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am not sure this issue is caused by CKEditor or the other module...
Cannot attach a block to item in ordered/unordered list
The markdown allows block elements to be attached to existed item in list, by indents.
after rendered:

But in trilium, I got this, which looks weird. The button

increase indent
inedit block
is effective to contents in the block, instead of the block itself.How to make the trilium behaves like the markdown renderer?
the item number is broken if trying to attach block to item...
like this screenshot, notice the third item:

I think this is caused by the first issue, the editor does not know there are previous item number before the citation block...
Anyone could help on these issues?
Beta Was this translation helpful? Give feedback.
All reactions