Compare commits
1 Commits
feature/dr
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f05f349c63 |
10
.drone.yml
10
.drone.yml
@@ -1,10 +0,0 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: greeting
|
||||
|
||||
steps:
|
||||
- name: en
|
||||
image: alpine
|
||||
commands:
|
||||
- echo hello world
|
||||
|
||||
3
Makefile
3
Makefile
@@ -64,9 +64,6 @@ docker-run:
|
||||
.PHONY: install-deps
|
||||
install-deps:
|
||||
npm install
|
||||
|
||||
.PHONY: install-test-deps
|
||||
install-test-deps:
|
||||
pip install -r src/python/requirements.txt
|
||||
|
||||
.PHONY: run
|
||||
|
||||
1126
package-lock.json
generated
1126
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -5,7 +5,7 @@
|
||||
"github-markdown-css": "^4.0.0",
|
||||
"jquery": "^3.5.0",
|
||||
"mathjax": "^3.1.2",
|
||||
"mermaid": "^8.9.0",
|
||||
"mermaid": "^9.1.2",
|
||||
"rollup": "^2.38.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ func init() {
|
||||
bmPolicy.AllowElements("style")
|
||||
bmPolicy.AllowAttrs("checked", "disabled", "type").OnElements("input")
|
||||
bmPolicy.AllowAttrs("width", "height", "align").OnElements("img")
|
||||
bmPolicy.AllowAttrs("style", "class", "align").OnElements("span", "p", "div", "a", "table", "tr", "td", "th")
|
||||
bmPolicy.AllowAttrs("style", "class", "align").OnElements("span", "p", "div", "a")
|
||||
md = goldmark.New(
|
||||
goldmark.WithExtensions(extension.GFM),
|
||||
goldmark.WithExtensions(mathjax.MathJax),
|
||||
|
||||
Reference in New Issue
Block a user