HHogg/remarkable-react

View on GitHub
src/defaultChildren.js

Summary

Maintainability
A
0 mins
Test Coverage
export default {
  footnote_anchor: () => '↩',
  footnote_ref: ({ id }) => `[${id + 1}]`,
  htmlblock: ({ content }, { html }) => html ? null : content,
};