Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@takamin
Last active November 29, 2015 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takamin/f0f5a0510935a348a122 to your computer and use it in GitHub Desktop.
Save takamin/f0f5a0510935a348a122 to your computer and use it in GitHub Desktop.
bauten.js sample by tagName
<script src="https://rawgit.com/takamin/bauten/master/bauten.js"></script>
<script type="text/javascript"><!--
bauten({'tagName': 'EM', 'style': 'filled dot'});
bauten({'tagName': 'STRONG', 'style': 'filled circle'});
// -->
</script>
<em>EMPHASIS</em>
<strong>STRONG EMPHASIS</strong>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment