UNPKG

course-renderer

Version:

Manages CA School Courses file system storage and HTML conversion

5 lines (4 loc) 168 B
import { annotation } from './rules/annotation'; import { fence } from './rules/fence'; import { option } from './rules/options'; export { annotation, fence, option };