Fix local images and em dash rendering
Some checks are pending
Build / build (push) Waiting to run

This commit is contained in:
Neeldhara Misra 2026-06-25 05:21:34 +05:30
parent 4b3aa3022e
commit 632543db4d
55 changed files with 432 additions and 117 deletions

View file

@ -397,22 +397,17 @@ For visual clarity we also follow up with the following suggestion.
> for smaller ones)?
<figure id="fig:003">
<figure>
<img src="image003-a.png" />
<figcaption>The initial configuration</figcaption>
</figure>
<figure>
<img src="image003-b.png" />
<figcaption>An example where the current cost is worse than the optimal
cost.</figcaption>
</figure>
<figure>
<img src="image003-c.png" />
<figcaption>An example where the current and optimal costs are the
same.</figcaption>
</figure>
</figure>
![The initial configuration](image003-a.png)
_The initial configuration_
![An example where the current cost is worse than the optimal cost.](image003-b.png)
_An example where the current cost is worse than the optimal cost._
![An example where the current and optimal costs are the same.](image003-c.png)
_An example where the current and optimal costs are the same._
The current version of this implementation is [here](https://filestorage2.netlify.app/),
and it's still a little quirky in terms of the first couple of times you drag the slider,