LouisCAD / Splitties

A collection of hand-crafted extensions for your Kotlin projects.
https://splitties.louiscad.com
Apache License 2.0
2.52k stars 158 forks source link

Images are not shown properly on the website #296

Closed LouisCAD closed 3 years ago

LouisCAD commented 3 years ago

The issue is that the link is rewritten to point to the website.

Two solutions:

  1. Skip images when rewriting the links, assuming it breaks nothing
  2. Rewrite the tree part in the image with raw so it points to the url file instead of the GitHub webpage of the file

I need to fix the docs/DocCopier.main.kts file.

LouisCAD commented 3 years ago

I checked on the website, it's now fixed.