mirror of
https://github.com/discourse/discourse.git
synced 2025-03-28 23:55:58 +08:00
fix the build
This commit is contained in:
parent
d134a5e199
commit
60d97b8fc2
2
vendor/assets/javascripts/better_markdown.js
vendored
2
vendor/assets/javascripts/better_markdown.js
vendored
@ -644,7 +644,7 @@
|
||||
DialectHelpers.inline_until_char = function( text, want ) {
|
||||
var consumed = 0,
|
||||
nodes = [],
|
||||
patterns = this.dialect.inline.__patterns__.replace('|_|', '');
|
||||
patterns = this.dialect.inline.__patterns__.replace('|_|', '|');
|
||||
|
||||
while ( true ) {
|
||||
if ( text.charAt( consumed ) === want ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user