mirror of
https://github.com/foambubble/foam.git
synced 2026-01-10 22:48:09 -05:00
* Support for image embed parameters (e.g. ![[img.png|300|center]]) Resolves #1328 Examples: ![[image.png]] // Original ![[image.png|300]] // Width only → 300px ![[image.png|50%]] // Percentage → responsive ![[image.png|300x200]] // Width × height ![[image.png|20em]] // With units ![[image.png|300|center]] // With alignment ![[image.png|300|Alt text]] // With alt text * Documentation for image styling * Add support for title in image links (#1262) --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>