mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -04:00
adjust regex
This commit is contained in:
parent
9732a76873
commit
c96550bfb0
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ const { Permissions } = require("detritus-client/lib/constants");
|
||||||
|
|
||||||
const superagent = require('superagent');
|
const superagent = require('superagent');
|
||||||
|
|
||||||
const TEX_REGEX = /(\$.*?\$)/g
|
const TEX_REGEX = /(\$\$?.*?\$\$?)/g
|
||||||
const TEX_URL = `https://latex.codecogs.com/png.image?\\inline&space;\\huge&space;\\dpi{200}&space;\\color{white}`
|
const TEX_URL = `https://latex.codecogs.com/png.image?\\inline&space;\\huge&space;\\dpi{200}&space;\\color{white}`
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue