mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
Fix filter example
This commit is contained in:
parent
2e102c72b2
commit
5d448f57ec
|
@ -256,7 +256,7 @@ Alternately, if you'd just like to do everything yourself, you can specify a fil
|
|||
var demo = function(converter) {
|
||||
return [
|
||||
// Replace escaped @ symbols
|
||||
{ type: 'lang', function(text) {
|
||||
{ type: 'output', filter: function(text) {
|
||||
return text.replace(/\\@/g, '@');
|
||||
}}
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue
Block a user