Autumn

Results 4 comments of Autumn

lovely update !! thank you for your work 🙏

one thing to note is this breaks images using relative sources, i.e. `![description](./image01.jpg "An image with a relative location to the markup")`

> When referencing local files in a Markdown file, they must be placed under the `public/` directory. For example, a file located at `public/images/img.png` should be referenced like this. >...

in case anyone else stumbles upon this, make sure the dependency is injected in the constructor as public; at least that's what solved the problem for me. ```typescript constructor(public _lightbox:...