markshell
Version:
markshell allows you to output any markdown file formatted and style to the console
9 lines (8 loc) • 352 B
TypeScript
export var styles: any;
declare function _add(content: any, beforeIdent: any, afterIndent: any, titleIndent: any, useSafeStyles?: boolean): any;
/**
* return current and default styles
*/
declare function _getStyles(): any;
declare function _setStyles(styleBlock: any): void;
export { _add as add, _getStyles as getStyles, _setStyles as setStyles };