From b660acf8f893972c56817cfa49e8318f40aa32a0 Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Fri, 11 Dec 2015 13:03:14 -0500 Subject: Add hashtag testing and allow special german characters --- doc/developer/tests/test-hashtags.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/developer/tests/test-hashtags.md (limited to 'doc/developer') diff --git a/doc/developer/tests/test-hashtags.md b/doc/developer/tests/test-hashtags.md new file mode 100644 index 000000000..0c26042ba --- /dev/null +++ b/doc/developer/tests/test-hashtags.md @@ -0,0 +1,20 @@ +# Hashtag Testing + +Hashtags in Mattermosts should render as specified below. + +#### These strings should auto-link: + +#testing +#testing123 +#test-test +#test_test +#test! (punctuation should be excluded from linking) +#test1 #test2 +#hüllo + +#### These strings should not auto-link: + +#123test +#?test +#-test + -- cgit v1.2.3-1-g7c22