Skip to content

Commit

Permalink
html: inline link parsed when has no block-type other than self
Browse files Browse the repository at this point in the history
  • Loading branch information
kapouer committed Feb 4, 2020
1 parent a866eb0 commit 50a4618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/html/elements/link.js
Expand Up @@ -26,7 +26,7 @@ exports.link = {
contents: "text*",
inline: true,
group: "inline",
tag: 'a:not(.itemlink)',
tag: 'a:not([block-type]),a[block-type="link"]',
html: '<a href="[url|autolink]" class="[button|?:ui button]"></a>',
stylesheets: [
'../lib/components/button.css'
Expand Down

0 comments on commit 50a4618

Please sign in to comment.