Skip to content

Commit

Permalink
Update markdownify.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw authored Aug 27, 2024
1 parent 3d965ec commit c0598c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const md = new MarkdownIt({
});

/**
* Implementation of Eleventy's jsonify filter
* Implementation of a common markdownify filter
*/
export default function (Liquid) {
this.registerFilter('markdownify', (input) => {
Expand Down

0 comments on commit c0598c8

Please sign in to comment.