Skip to content

Commit

Permalink
Update index hash and README
Browse files Browse the repository at this point in the history
  • Loading branch information
fsavje committed Jun 6, 2017
1 parent 188dc0c commit 92c76ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Rendered math (MathJax) with Slack's desktop client

> :bangbang: MathJax will discontinue its CDN service on April 30. The script has been updated with a new CDN (from Cloudflare). If you downloaded the script before April 5, you will need to download and run the new version.
[Slack](https://slack.com) does not display rendered math. This script injects [MathJax](https://www.mathjax.org) into Slack's desktop client, which allows you to write nice-looking inline- and display-style math using familiar TeX/LaTeX syntax. You can also edit equations after you've posted them.


Expand Down Expand Up @@ -74,7 +72,9 @@ Yes, please. Just add an [issue](https://github.com/fsavje/math-with-slack/issue
**Thanks to past contributors:**

* [Caster](https://github.com/Caster)
* [chrispanag](https://github.com/chrispanag)
* [crstnbr](https://github.com/crstnbr)
* [gauss256](https://github.com/gauss256)
* [NKudryavka](https://github.com/NKudryavka)
* [peroxyacyl](https://github.com/peroxyacyl)

Expand Down
3 changes: 2 additions & 1 deletion math_with_slack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ fi

if [ -z "$FORCE" ]; then
KNOWN_INDEX_HASHES=(
"f8398ab83df1c69bc39a7a3f0ed4c5594a3d76de"
"f8398ab83df1c69bc39a7a3f0ed4c5594a3d76de",
"f07fabb32b109500fb264083b8685a85197df522"
)
INDEX_HASH=$($SHASUM $SLACK_INDEX | cut -c 1-40)
for hash in "${KNOWN_INDEX_HASHES[@]}"; do
Expand Down

0 comments on commit 92c76ea

Please sign in to comment.