all repos — snow-editor @ main

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'],
};