Merge pull request #214 from brilliantbetty/master

Update client.js
This commit is contained in:
marzavec
2023-07-17 19:47:21 -07:00
committed by GitHub
+1 -1
View File
@@ -138,7 +138,7 @@ var frontpage = [
"Formatting:",
"Whitespace is preserved, so source code can be pasted verbatim.",
"Surround LaTeX with a dollar sign for inline style $\\zeta(2) = \\pi^2/6$, and two dollars for display. $$\\int_0^1 \\int_0^1 \\frac{1}{1-xy} dx dy = \\frac{\\pi^2}{6}$$",
"For syntax highlight, wrap the code like: ```<language> <the code>``` where <language> is any known programming language.",
"For syntax highlight, wrap the code like: \\`\\`\\`<language> <the code>\\`\\`\\` where <language> is any known programming language.",
"",
"Current Github: https://github.com/hack-chat",
"Legacy GitHub: https://github.com/AndrewBelt/hack.chat",