-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
7,483 additions
and
6,223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "2.1.4" | ||
"version": "2.2.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><title>microlink.js</title><link rel="stylesheet" href="https://unpkg.com/[email protected]/css/tachyons.min.css"/><style>body{max-width:828px;margin:auto;line-height:1.8em}a{display:block;margin:auto;text-decoration:none}.max-width-blog{max-width:828px}.max-width-card{max-width:500px}</style></head><body><article class="ph3 helvetica"><section class="pv4" style="text-align:center"><h1 class="f3 pv2 black tc">link without selector</h1><div><a href="http://txti.es">txti</a></div></section><section class="pv4"><h1 class="f3 pv2 black tc">string selector</h1><div><a class="link max-width-card" href="http://txti.es">txti</a></div></section><section class="pv4"><h1 class="f3 pv2 black tc">querySelector selector</h1><div><a class="link-query-selector max-width-card" href="http://txti.es">txti</a></div></section><section class="pv4"><h1 class="f3 pv2 black tc">contrast</h1><div><a class="link max-width-card" data-contrast="true" href="http://txti.es">txti</a></div></section><section class="pv4"><h1 class="f3 pv2 black tc">logo</h1><div><a class="link max-width-card" data-image="logo" href="https://kikobeats.com">txti</a></div></section><section class="pv4"><h1 class="f3 pv2 black tc">screenshot</h1><div><a class="link max-width-card" data-screenshot="true" href="https://kikobeats.com">txti</a></div></section><section class="pv4"><h1 class="f3 pv2 black tc">size large</h1><div><a class="link max-width-card" data-size="large" href="https://kikobeats.com">txti</a></div></section><section class="pv4"><h1 class="f3 pv2 black tc">video support</h1><div><a class="link max-width-card" href="https://www.instagram.com/p/Be4DFu_jQmN"></a></div></section><section class="pv4"><h1 class="f3 pv2 black tc">large video support</h1><div><a class="link max-width-card" data-size="large" href="https://www.instagram.com/p/Be4DFu_jQmN"></a></div></section></article><script type="text/javascript" src="microlink.min.js"></script></body><script>document.addEventListener("DOMContentLoaded",function(n){microlink(".link",{round:!0}),microlink(document.querySelector(".link-query-selector"),{round:!0})})</script></html> | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><title>microlink.js</title><link rel="stylesheet" href="https://unpkg.com/[email protected]/css/tachyons.min.css"/><style>body{max-width:828px;margin:auto;line-height:1.8em}a{display:block;margin:auto;text-decoration:none}.max-width-blog{max-width:828px}.max-width-card{max-width:500px}</style></head><body><article class="ph3 helvetica"><section class="pv4" style="text-align:center"><h1 class="f3 pv2 black tc">link without selector</h1><div><a href="http://txti.es">txti</a></div></section><section class="pv4"><h1 class="f3 pv2 black tc">string selector</h1><div><a class="link max-width-card" href="http://txti.es">txti</a></div></section><section class="pv4"><h1 class="f3 pv2 black tc">querySelector selector</h1><div><a class="link-query-selector max-width-card" href="http://txti.es">txti</a></div></section><section class="pv4"><h1 class="f3 pv2 black tc">contrast</h1><div><a class="link max-width-card" data-contrast="true" href="http://txti.es">txti</a></div></section><section class="pv4"><h1 class="f3 pv2 black tc">logo</h1><div><a class="link max-width-card" data-image="logo" href="https://kikobeats.com">txti</a></div></section><section class="pv4"><h1 class="f3 pv2 black tc">screenshot</h1><div><a class="link max-width-card" data-screenshot="true" href="https://kikobeats.com">txti</a></div></section><section class="pv4"><h1 class="f3 pv2 black tc">size large</h1><div><a class="link max-width-card" data-size="large" href="https://kikobeats.com">txti</a></div></section><section class="pv4"><h1 class="f3 pv2 black tc">video support</h1><div><a class="link max-width-card" href="https://www.instagram.com/p/Be4DFu_jQmN"></a></div></section><section class="pv4"><h1 class="f3 pv2 black tc">large video support</h1><div><a class="link max-width-card" data-size="large" href="https://www.instagram.com/p/Be4DFu_jQmN"></a></div></section></article><script type="text/javascript" src="microlink.min.js"></script></body><script>document.addEventListener("DOMContentLoaded",function(n){microlink(".link",{round:!0}),microlink(document.querySelector(".link-query-selector"),{round:!0})})</script></html> |
Oops, something went wrong.