Skip to content

Commit d7da5fc

Browse files
committed
Update
1 parent 650685f commit d7da5fc

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

rb.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@
9292
<title>ASDoc configuration format</title>
9393
<path>using-asdoc/asdoc-configuration.md</path>
9494
</section>
95+
<section>
96+
<title>Including images</title>
97+
<path>using-asdoc/including-images.md</path>
98+
</section>
9599
</sections>
96100
</section>
97101
<section>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Including images is allowed with ASDoc according to the [ASDoc configuration file](asdoc-configuration.html). Images (PNG, SVG, JPG/JPEG, BMP, GIF, WEBP) are inserted into the directory pointed by the `root-path` option, and image links in ASDoc comments may refer to these images assuming that `root-path` is the root directory.
2+
3+
```
4+
/**
5+
* ![Illustration](illustration.gif)
6+
*/
7+
```

0 commit comments

Comments
 (0)