Minor update to Pretty Markdown, a native macOS Markdown viewer.
What's new
-
Side images now sit beside their text instead of floating.
#left/#rightimages previously used CSS floats, which had two problems: a left and a right image near each other squeezed the text between them into a narrow column, and a following blockquote (or other block) could overlap the image because floats have to be manually cleared.Floated layout is replaced by a flex media row: a side image is paired with the paragraph (or list) that immediately follows it and laid out as an image column beside a text column. Anything after that — blockquotes, headings, tables, another image — falls cleanly full-width below the row, so nothing gets pinched or overlapped. On narrow windows the image stacks above its text.
Size hints (
#small/#medium/#large) and captions are unchanged.
Install
- Download
PrettyMarkdown-1.3.zipbelow and unzip it. - Move
PrettyMarkdown.appto your Applications folder. - The app is ad-hoc signed (not notarized), so on first launch right-click the app and choose Open, then confirm.
Requires macOS 14 or later.