zulip/web/third
Alex Vandiver 091e2f177b linkifiers: Match JS implementation to server implementation.
Since the server-side implementation no longer uses look-ahead
or (more importantly) look-behind, it is possible to exactly implement
in Javascript.  This removes a common class which would prevent local
echo.

This requires reworking the topic linking algorithm, to march the
server's as well.  The tests and behaviour are adjusted in so doing --
previously, the JS implementation would have linked `#foo` with a
`foo` regex on the linkifier, but the server implementation would not
have.
2023-11-14 20:43:39 -08:00
..
bootstrap bootstrap: Remove bootstrap-dropdown library. 2023-10-21 10:54:32 -07:00
bootstrap-typeahead Partially revert "compose: Ensure cursor is scrolled into view after content is inserted." 2023-10-17 12:26:33 -07:00
jquery-idle web: Move web app to ‘web’ directory. 2023-02-23 16:04:17 -08:00
marked linkifiers: Match JS implementation to server implementation. 2023-11-14 20:43:39 -08:00