diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-07-31T03·05-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-07-31T15·21+0000 |
commit | 37540b3ed75bd83c7f2944db949a79ed00f132f6 (patch) | |
tree | a1657139db8cd5e80de34f65de55249652cf6502 /web/panettone/src/packages.lisp | |
parent | 94796399e246d395811e33a5f2da50157881386c (diff) |
feat(web/panettone): Render issues+comments as Markdown r/1511
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
Diffstat (limited to 'web/panettone/src/packages.lisp')
-rw-r--r-- | web/panettone/src/packages.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/panettone/src/packages.lisp b/web/panettone/src/packages.lisp index 327ea023b2c7..16cb39dec504 100644 --- a/web/panettone/src/packages.lisp +++ b/web/panettone/src/packages.lisp @@ -40,7 +40,7 @@ :panettone.util :panettone.authentication) (:import-from :defclass-std :defclass/std) - (:import-from :alexandria :if-let :when-let :switch) + (:import-from :alexandria :if-let :when-let :switch :alist-hash-table) (:import-from :panettone.model :id :subject :body :author-dn :issue-id :status :created-at |