(token)
| 92 | softbreak() { return " " }, |
| 93 | |
| 94 | text(token) { |
| 95 | let {content} = token |
| 96 | if (linkedChapter != null) content = content.replace(/\?/g, linkedChapter) |
| 97 | return raw ? content : escape(content) |
| 98 | }, |
| 99 | |
| 100 | paragraph_open(token, i, tokens, newlines) { |
| 101 | let noIndent = "" |