Skip to content

Draft: Add anchor links

syster requested to merge syster/tails:patch-5 into master
  • add anker links (done)
  • add images (how it was done before resulted in showing text with [name_of_image].png instead of the image. For that reason I use <img src=".../> instead of [[!img...]] which was used before. In the local test build I used the local path. Here I'm using "https://..." In the local build the later did not work - I asume that this is because it only being a local build. Even so I'm not 100% sure if this is a correct method, worst case would be a visable alt text, and even this would be a tiny improvment to how it's now.

Closes #17727 (closed)

Edited by intrigeri

Merge request reports