Skip to content

Commit

Permalink
Update LaTeX to GitHub minimalistic notebook.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
artmenlope authored Sep 22, 2020
1 parent c3fd7c1 commit fd401cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LaTeX to GitHub minimalistic notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"source": [
"encoded_string = urllib.parse.quote(str(string).encode(\"utf-8\"), safe=\"~()*!.\\\"\")\n",
"github_url = \"https://render.githubusercontent.com/render/math?math=\" + encoded_string\n",
"html_result = '<img src=\"' + github_url + encoded_string + '\">'"
"html_result = '<img src=\"' + github_url + '\">'"
]
},
{
Expand Down

0 comments on commit fd401cc

Please sign in to comment.