Remove redundant \$
This commit is contained in:
parent
40f8732154
commit
93e6e38c61
@ -180,7 +180,7 @@ jQuery(document).ready(function() {
|
|||||||
text: function(trigger) {
|
text: function(trigger) {
|
||||||
text = $(trigger).prev('code').text();
|
text = $(trigger).prev('code').text();
|
||||||
// NOTE custom stuff to strip # or $ from the beginning of my inline command blocks
|
// NOTE custom stuff to strip # or $ from the beginning of my inline command blocks
|
||||||
return text.replace(/^[\$\s\#\$]{1,4}/gm, '');
|
return text.replace(/^[\$\s\#]{1,4}/gm, '');
|
||||||
// original code
|
// original code
|
||||||
//return text.replace(/^\$\s/gm, '');
|
//return text.replace(/^\$\s/gm, '');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user