mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-24 21:13:54 -04:00
Fix length for hashtags, increased to 101 characters.
This commit is contained in:
parent
177294f930
commit
15429370da
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
**/
|
||||
Discourse.Dialect.inlineRegexp({
|
||||
start: '#',
|
||||
matcher: /^#([\w-:]{1,50})/i,
|
||||
matcher: /^#([\w-:]{1,101})/i,
|
||||
spaceOrTagBoundary: true,
|
||||
|
||||
emitter: function(matches) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue