You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
* Add renderer plugin to handle tabs in code blocks. * Add plugin to renderer package list. * Attempt to fix unrelated linter issues. * Fix unrelated linter problems. The problems exist on master prior to the branch. * Fix more inherited linter problems.
This commit is contained in:
@ -28,6 +28,7 @@ const plugins = {
|
||||
insert: { module: require('markdown-it-ins') },
|
||||
multitable: { module: require('markdown-it-multimd-table'), options: { multiline: true, rowspan: true, headerless: true } },
|
||||
toc: { module: require('markdown-it-toc-done-right'), options: { listType: 'ul', slugify: uslugify } },
|
||||
expand_tabs: { module: require('markdown-it-expand-tabs'), options: { tabWidth: 4 } },
|
||||
};
|
||||
const defaultNoteStyle = require('./defaultNoteStyle');
|
||||
|
||||
|
Reference in New Issue
Block a user