Skip to content

fix(math-renderer): sanitize html from katex #2584

fix(math-renderer): sanitize html from katex

fix(math-renderer): sanitize html from katex #2584

Workflow file for this run

name: repository
on:
push:
branches:
- production
pull_request:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn
- run: yarn :prettier