We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bb89ce + 7c137d0 commit a310dadCopy full SHA for a310dad
.github/workflows/release-dev.yaml
@@ -3,6 +3,7 @@ name: Release Development Docker Image
3
on:
4
push:
5
branches: dev
6
+ workflow_dispatch:
7
8
jobs:
9
release-dev:
frontend/utils/utils.py
@@ -8,7 +8,7 @@ def escape_currency(text: str):
text (str): Input text.
10
Returns:
11
- str: Text with currency dollar signs escaped as \$.
+ str: Text with currency dollar signs escaped.
12
"""
13
# Regex to match math blocks ($$...$$), inline math ($...$), or single dollars ($)
14
# Inline math must not contain white spaces at the beginning/end of the expression
0 commit comments