Skip to content

Commit

Permalink
Replace emoji.json link in markdown docstring with Streamlit app (#4396)
Browse files Browse the repository at this point in the history
  • Loading branch information
snehankekre committed Feb 15, 2022
1 parent da99fe9 commit 81840cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/streamlit/elements/markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def markdown(self, body, unsafe_allow_html=False):
* Emoji shortcodes, such as `:+1:` and `:sunglasses:`.
For a list of all supported codes,
see https://raw.githubusercontent.com/omnidan/node-emoji/master/lib/emoji.json.
see https://share.streamlit.io/streamlit/emoji-shortcodes.
* LaTeX expressions, by wrapping them in "$" or "$$" (the "$$"
must be on their own lines). Supported LaTeX functions are listed
Expand Down

0 comments on commit 81840cd

Please sign in to comment.