UNPKG

mathoid

Version:

Render TeX to SVG and MathML using MathJax. Based on svgtex.

35 lines (33 loc) 707 B
pipelines: test: blubberfile: blubber.yaml stages: - name: run-test build: test run: true - name: candidate build: production rehearse: blubberfile: blubber.yaml stages: - name: test - name: candidate build: production publish: image: true - name: rehearsal deploy: chart: name: mathoid image: '${candidate.imageName}' tag: '${candidate.imageTag}' test: true publish: blubberfile: blubber.yaml stages: - name: production build: production publish: image: true promote: - chart: mathoid