Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fenced_code: Remove unused argument from stash_func calls.
The default stash function (which does nothing, as it's essentially an identity function) and the function passed from "markdown.js" do not accept any boolean input. However, in "fenced_code.js", the function calls provide a boolean parameter that is not used. This commit removes that unused boolean argument. It is required for its migration to TypeScript.
- Loading branch information