-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
Use Typora for years. One thing is always unfortunate.
When I insert an image using traditional markdown syntax, say
{fig-align="center" width="80%"}
It renders in the preview window as full width. These are HUGE and make reading unpleasant, defeating one of the primary reasons for WSWYG modes.
If I use HTML
<img src="screenshot_3646.png" alt="Stopping for a rest" width="80%">
then Typora respects the width and it's much nicer.
Am I doing something wrong?
Metadata
Metadata
Assignees
Labels
No labels