faktaoklimatu / web-core

The core website framework for climate facts websites
https://faktaoklimatu.cz
Other
0 stars 1 forks source link

Improve display of footnote links #100

Open mgrabovsky opened 3 years ago

mgrabovsky commented 3 years ago

Currently, we need to separate consecutive footnote links with a space, otherwise it's impossible to tell if “12” is a link to footnote no. 12 or links to foonote 1 and 2.

Ideally, we'd like a comma between the two but that's no possible with pure CSS. So we'd need to hack Kramdown to do that for us.

Another option might be to wrap the links in some symmetric structure, brackets, for instance. It would be clear then what “[1][2][34]” refers to. This can be done easily with pure CSS.

Following up from #64.

mukrop commented 3 years ago

Brackets seem to me a good compromise.

Gulnaz44 commented 2 years ago

Hello! Please assign me this issues

mukrop commented 2 years ago

Hello @Gulnaz44. The development of web-core is quite slow right now, so you can freely start working on this if you feel like it (even without being assigned the issue). Just fork the repo and file a pull request once you're done :-).