Test1 min read

Nested Image Test

Written by

Testing nested images in a dedicated 'images' subdirectory.

This post demonstrates loading an image from an ./images/ subdirectory.
Test Image

inline html pic

测试一下 (Quoted - Recommended): Quoted Image
测试一下 (Unquoted - Testing): <img src=./images/test.svg width="100" style="display: inline-block;" alt="Unquoted Image" />
Simple Unquoted: <img src=./images/test.svg />

Note on HTML Attributes

HTML5 allows omitting quotes for simple values. This should work.