Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(hopefully)
|
|
|
|
|
|
|
|
|
|
These are somewhat different structures than the link and image
nodes returned by the replacer. They refer to essentially the same
things, but the data structures themselves shouldn't be conflated.
|
|
There's not necessarily a use for linkExternal with content slot
on its own as of this commit, compared to a normal html.tag('a'),
because linkExternal basically just wraps formatExternalLink and
the content slot opts out of using that. But this does allow this
component to be used in places now... and extended upon... later!
|
|
|
|
|
|
Using <html:a href> allows bypassing this where it's still
necessary (mainly because we're using a non-link tag as the
content for the link, as in the changelog, and don't support
properly nested nodes just yet).
|
|
|
|
|
|
|
|
Still not exactly happy with the dimensions / alignment,
but it's a funny-shape icon.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We tried making a vector icon here, but basically no dice.
Pixel art presented this small on the wiki just doesn't work
as a vector image.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Why do we ever write alphabetical lists.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|