new description list rendering
This commit is contained in:
@@ -152,6 +152,10 @@ function code(renderer: marked.Renderer, opts: MarkdownOptions) {
|
||||
const binding = bind_data_async(promise);
|
||||
return figure(binding);
|
||||
};
|
||||
|
||||
case 'yaml:calendar': {
|
||||
// todo
|
||||
};
|
||||
|
||||
default:
|
||||
return figure(`<pre class="language-${args[0] || 'txt'}">${render_prism(code, args[0])}</pre>`);
|
||||
|
Reference in New Issue
Block a user