all repos — snow-editor @ 13d855e25e8510a57608b0ce77f62cbeed372d0e

small and cozy markdown, and orgmode editor

src/lib/org/constants.js (view raw)

 1
 2
 3
 4
export const ORG_SANITIZE_OPTIONS = {
  ADD_ATTR: ['class', 'rel', 'href', 'title', 'id', 'colspan', 'rowspan'],
  ADD_TAGS: ['table', 'thead', 'tbody', 'tr', 'th', 'td', 'del', 'sub', 'sup', 'fn'],
};