new description list rendering
This commit is contained in:
@@ -9,7 +9,6 @@ import { katex_block_ext, katex_inline_ext } from './katex';
|
||||
import { footnote_list_ext, footnote_ref_ext } from './footnotes';
|
||||
import { description_list_ext } from './description-list';
|
||||
import { resolve_async_bindings } from './async-steps';
|
||||
import { breadcrumb_nav_ext } from './breadcrumb-nav';
|
||||
import { base_url_walk_tokens } from './base-url';
|
||||
|
||||
export interface MarkdownOptions {
|
||||
@@ -65,7 +64,6 @@ function setup_marked(options: MarkdownOptions, marked_options: marked.MarkedOpt
|
||||
description_list_ext(marked_options.renderer, options),
|
||||
section_ext(marked_options.renderer, options),
|
||||
icon_ext(marked_options.renderer, options),
|
||||
breadcrumb_nav_ext(marked_options.renderer, options),
|
||||
...(options.extensions || [ ]).map((ext) => {
|
||||
return ext(marked_options.renderer, options);
|
||||
}),
|
||||
|
Reference in New Issue
Block a user