mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
The zcommand code was calling directly into the "marked" library, which was extremely misleading, since you don't get a vanilla parse of the markdown due to the fact that markdown.js calls setOptions at initialize time. This commit shifts the responsibility to markdown.js as well as adding a bit of test coverage, but it is otherwise just a pure code-move refactoring. The next commit will tweak things further. |
||
|---|---|---|
| .. | ||
| assets | ||
| audio | ||
| generated | ||
| html | ||
| images | ||
| js | ||
| shared | ||
| styles | ||
| templates | ||
| third | ||
| .gitignore | ||