javalent / admonitions

Adds admonition block-styled content to Obsidian.md
MIT License
1.08k stars 72 forks source link

Edit mode cannot display carriage return #282

Closed lians0 closed 1 year ago

lians0 commented 1 year ago

In edit mode cannot display carriage return. image

preview mode is normal image

harjy02 commented 1 year ago

i solved it by adding to the custom css this:

.cm-content[contenteditable=true] .admonition-content p {
    white-space: break-spaces;
}

hope it helps

lians0 commented 1 year ago

It worked!! 3Q!