roschaefer 431de3319f Make data-hashtag-id authoritive for #links
This adds consistency: The mention links with `@` was implemented
that way already. Instead of parsing the URL, we add some redundancy and
add another attribute: data-hashtag-id

So, what characters are valid for html attributes?
Read: https://stackoverflow.com/questions/925994/what-characters-are-allowed-in-an-html-attribute-name

Thanks to @Tirokk, who added some validations on the hahstag ids, I
think we are all set. If you try to write a hashtag with a `"` double
quotation mark for example, it gets automatically replaced with a valid
hashtag. If someone wants to send us invalid hashtag ids to the backend
directly, the regex there would filter it out.
2019-09-16 23:09:32 +02:00
..
2019-08-05 17:26:50 +02:00
2019-05-23 19:40:39 +02:00
2019-08-27 16:14:52 +01:00
2019-09-10 03:35:10 +02:00
2019-09-10 03:35:10 +02:00
2019-08-26 16:38:33 +01:00
2019-08-26 16:08:46 +01:00
2019-08-26 16:08:46 +01:00