-
-
Save gajewsk2/545da4f8949421dda021 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
html = u""" | |
<span class="links">{0}</span> | |
<span class="expression"><a href="http://jisho.org/search/{1}">{1}</a><br></span> | |
{2} | |
<span class="glossary"><a href="http://jisho.org/search/{3}">{3}</a><br></span> | |
{4} | |
<br clear="all">""".format(links, definition['expression'], reading, definition['glossary'], rules) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment