Skip to content

Commit

Permalink
🗜️ build [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkedJS bot committed Apr 11, 2021
1 parent 47e65cf commit a4a0900
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/marked.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,7 @@ var Tokenizer_1 = class Tokenizer {
if (cap[3]) cap[3] = cap[3].substring(1, cap[3].length - 1);
const tag = cap[1].toLowerCase().replace(/\s+/g, ' ');
return {
type: 'def',
tag,
raw: cap[0],
href: cap[2],
Expand Down
1 change: 1 addition & 0 deletions lib/marked.js
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,7 @@
if (cap[3]) cap[3] = cap[3].substring(1, cap[3].length - 1);
var tag = cap[1].toLowerCase().replace(/\s+/g, ' ');
return {
type: 'def',
tag: tag,
raw: cap[0],
href: cap[2],
Expand Down
2 changes: 1 addition & 1 deletion marked.min.js

Large diffs are not rendered by default.

0 comments on commit a4a0900

Please sign in to comment.