snow-editor

small markdown and org-mode editor
Log | Files | Refs | README

constants.js (202B)


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