Noticed this when running some mocha tests on my own codex. markdown.js line 1094 assigns to `res` but doesn't declare it: ``` res = this.dialect.inline.__oneElement__.call(this, text.substr( consumed ) ); ```