Operating system
Windows
Joplin version
3.2.13
What issue do you have?
Hello. I often use "back to top" (or also "go to bottom") anchors, but I would like to centre them.
I will have, say: [go to top](#top)
...which works, but I would like to have it centered in the note.
I've tried
<center>, <div>, <p align="center">
but any kind of tag will disable the link, and display it as 'markdown', so to speak.
Meaning: instead of a centered go to top, I will get a centered [go to top](#top)
What can I do to center these links? I don't want to center all anchors, just the ones that are standalones.
Thanks.