Skip to content

Commit

Permalink
Merge pull request #499 from jsutton101/patch-1
Browse files Browse the repository at this point in the history
Add background to latex images
  • Loading branch information
kumar-ish authored Nov 14, 2019
2 parents c612a00 + e6d14a9 commit ed2d914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uqcsbot/scripts/latex.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


def handle_latex_internal(channel, data):
url = f"http://latex.codecogs.com/gif.latex?{quote(data)}"
url = f"http://latex.codecogs.com/gif.latex?\\bg_white&space;{quote(data)}"
bot.post_message(
channel,
text=f"LaTeX render for \"{data}\"",
Expand Down

0 comments on commit ed2d914

Please sign in to comment.