Cybertron icon indicating copy to clipboard operation
Cybertron copied to clipboard

Paragraph formatting in editor

Open Nedayvozov opened this issue 4 years ago • 2 comments

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?

Nedayvozov avatar May 19 '21 09:05 Nedayvozov

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 .

nickmilo avatar May 20 '21 03:05 nickmilo

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.

Nedayvozov avatar May 21 '21 12:05 Nedayvozov