It will be great to use tilda symbols (~) for specifying relative file paths to src folder.
For example in the structure, which is represented below, to specify a path to image.jpg from file1.md, we need to use ~/img/image.jpg instead ../../img/image.jpg.
It will be great to use tilda symbols (~) for specifying relative file paths to
src
folder.For example in the structure, which is represented below, to specify a path to
image.jpg
fromfile1.md
, we need to use~/img/image.jpg
instead../../img/image.jpg
.