We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746cfc6 commit 614b265Copy full SHA for 614b265
1 file changed
views/index.html.ejs
@@ -98,6 +98,15 @@
98
<button type="submit" class="btn btn-lg btn-success">Parse</button>
99
</form>
100
101
+ <hr>
102
+
103
+ <p>
104
+ Drag this link to your bookmarks toolbar to parse a page with one click!<br>
105
+ </p>
106
+ <a class="btn btn-primary btn-sm" href="javascript:(function(){document.location.href='https://node.microformats.io/?url='+encodeURIComponent(document.location.href);}())">mf2 parser</a>
107
108
109
110
<footer class="my-5">
111
<ul>
112
<li><a href="https://microformats.io">About Microformats</a></li>
0 commit comments