Paragraph formatting in editor
It's not possible to add paragraphs to plain text.
I've tried to add the following class, but it's doesn't work:
.markdown-preview-view br { content: ''; display: block; margin-top: 10px; }
Could you please add this feature to your project or suggest me how I can add it?
Are you copy and pasting? One thing I do is hit cmd-opt-shift-v to paste (in Mac) to ensure it doesn't paste in a weird way.
On Wed, May 19, 2021 at 2:44 AM Nedayvozov @.***> wrote:
It's not possible to add paragraphs to plain text.
I've tried to add the following class, but it's doesn't work: { content: ''; display: block; margin-top: 10px; }
Could you please add this feature to your project or suggest me how I can add it?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nickmilo/Cybertron/issues/8, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIOFMTLGVYPAXDPW2TLPW6LTOOB7RANCNFSM45EIVYKA .
Yes. I've just followed the instuction from this topic and copied and pasted the following code to the end of the css file. .markdown-preview-view br { content: ''; display: block; margin-top: 10px; } but this doesn't work for your project, so I decided to ask you directly.