UNPKG

course-renderer

Version:

Manages CA School Courses file system storage and HTML conversion

6 lines (5 loc) 287 B
import Token from '../markdown/Token'; /** * sanitizer - Sanitizes the path's on the rendered HTML attribute values. This is to hide the internal file system structure on the HTML. */ export declare function pathSanitize(tokens: Token[], courseName: string, chapter: string): Token[];