RSSAmplifier

Royal Icing — Patrick George Wyndham Smith · Mar 18, 2023

An Idea for Figures in Markdown

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

An Idea for Figures in Markdown Markdown has a built-in way to add images. You write: ![ text describing the image ]( https://yourserver.net/link-to-image.png ) And the HTML produced looks like: < p > < img src = "https://yourserver.net/link-to-image.png" alt = "text describing the image" > </ p > I particular like how alt support is there by default, encouraging writers to add an accessible…

Read on royalicing.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.