ttscoff / mdless

MIT License
871 stars 39 forks source link

Rendering headers & paragraphs #87

Closed MimiKLM closed 1 year ago

MimiKLM commented 1 year ago

With default installation of mdless (no mdless.theme changes) and having the org file in emacs like that:

Screenshot 2023-07-07 at 21 59 12

after calling mdless as mdless -P myorgFile.org I'm getting the rendering like below:

Screenshot 2023-07-07 at 22 03 58

Only one thing I got formatted is h1 bullet point.

Why?

I'm using macOS 13.4 iTerm2 and warp. Effect on both terminals is the same.

ttscoff commented 1 year ago

This is not recognized Markdown formatting. Mdless makes no attempt to work with org mode.

Thanks, Brett On Jul 7, 2023 at 4:06 PM -0500, MimiKLM @.***>, wrote:

With default installation of mdless (no mdless.theme changes) and having the org file in emacs like that: after calling mdless as mdless -P myorgFile.org I'm getting the rendering like below: Only one thing I got formatted is h1 bullet point. Why? I'm using macOS 13.4 iTerm2 and warp. Effect on both terminals is the same. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

MimiKLM commented 1 year ago

Ok, explanation accepted.