Browse Source

More restrictions permalink chars

pull/104/head
Vitaly Puzrin 9 years ago
parent
commit
faa802ac5b
  1. 2
      support/demo_template/index.js

2
support/demo_template/index.js

@ -144,7 +144,7 @@ function updateResult() {
permalink.href = '#md3=' + mdurl.encode(JSON.stringify({
source: source,
defaults: _.omit(defaults, 'highlight')
}), mdurl.encode.componentChars, false);
}), '-_.!~', false);
} else {
permalink.href = '';
}

Loading…
Cancel
Save