feat(web/panettone): Render issues+comments as Markdown
Use the new cheddar markdown endpoint to render issue bodies and comment bodies as JSON. I've checked, and this *also* appears to be XSS safe (yay) Change-Id: Ib4b19fd581b0cf40ba03f5d13443535d17df6632 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1500 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
This commit is contained in:
parent
94796399e2
commit
37540b3ed7
3 changed files with 64 additions and 4 deletions
|
|
@ -4,6 +4,7 @@ depot.nix.buildLisp.program {
|
|||
name = "panettone";
|
||||
|
||||
deps = with depot.third_party.lisp; [
|
||||
cl-json
|
||||
cl-who
|
||||
drakma
|
||||
defclass-std
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue