Vincent Prouillet
Vincent Prouillet
If anyone is interested, since we have a repro above, we should be able to write tests and fix it somewhat easily. It could be a good first issue!
Looks like we are not looking in places like links for shortcodes
One of the thing I want to try once Tera 2 is out is just template out the whole post instead of just hunting various part of the event stream...
The advantage of the current approach is that it kinda works without any CSS, which was one of the goal. I don't know if that's a huge deal or not...
It does seem to copy ok except for a blank line between each line, is that the issee you're seeing?
Let's imagine we can change the HTML and require some CSS changes. What would be the best representation after your research? The one or something similar?
I think it would be fine to do as a breaking change as long as we have a big breaking change notice in the changelog if they have to make...
If it's too much work, we can always delay it until we swap.
Note that I'm starting it from scratch in https://github.com/getzola/giallo I think it's going to be a nicer experience if giallo can output some CSS users can generate from zola so...
Basically it's for 2 things: 1. if it starts with `@/`, resolve the internal link 2. otherwise just make a permalink with what we've been given without checking anything To...