diff --git a/scipost_django/markup/constants.py b/scipost_django/markup/constants.py index 60da4fdeae614204e5c3097e885bea9854db4db0..167a4ac6ae6512c12726ec29dcfeb7e0f0ed566e 100644 --- a/scipost_django/markup/constants.py +++ b/scipost_django/markup/constants.py @@ -321,7 +321,19 @@ which you need to cite [again][md] and [again][md] and [again][md]. The reference will be resolved provided you define the link label somewhere in your text. -[md]: https://daringfireball.net/projects/markdown/syntax""",}, +[md]: https://daringfireball.net/projects/markdown/syntax + +### In-text hyperlinks + +You can also give ids to elements, and then hyperlink to them. For example, +the headline + +#### You haff to vork feery feeery haaaaart { #work-like-bethe } + +can be linked to as follows: + +[Work like Bethe](#work-like-bethe). +""",}, { 'id': 'mathematics',