Skip to content

Commit

Permalink
imgTag
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Nov 25, 2022
1 parent 2b1f800 commit 315ddcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/tag/img.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const rMeta = /["']?([^"']+)?["']?\s*["']?([^"']+)?["']?/;
*/
module.exports = ctx => {

return function imgTag(args, content) {
return function imgTag(args) {
const classes = [];
let src, width, height, title, alt;

Expand Down

0 comments on commit 315ddcd

Please sign in to comment.