Skip to content

Commit

Permalink
Add HTML files to convert fixed to curly quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbullock35 committed Mar 25, 2021
1 parent 4143236 commit b2648a7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions smartifyAfterBody.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<!-- Use typographic quotes and dashes. See https://github.com/fnaufel/smartify -->

<script type="text/javascript">smartify();</script>
8 changes: 8 additions & 0 deletions smartifyHeader.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!-- Use typographic quotes and dashes. See https://github.com/fnaufel/smartify -->

<script
src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha256-pasqAKBDmFT4eHoN2ndd6lN370kFiGUFyTiUHWhU7k8="
crossorigin="anonymous">
</script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/fnaufel/smartify/smartify.min.js"></script>

0 comments on commit b2648a7

Please sign in to comment.