mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-23 07:10:00 +08:00
Refactored js file structure to be standard throughout app
Still work to be done but a good start in standardisation.
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
const MarkdownIt = require("markdown-it");
|
||||
const mdTasksLists = require('markdown-it-task-lists');
|
||||
const code = require('../libs/code');
|
||||
const code = require('../services/code');
|
||||
|
||||
const DrawIO = require('../libs/drawio');
|
||||
const DrawIO = require('../services/drawio');
|
||||
|
||||
class MarkdownEditor {
|
||||
|
||||
|
Reference in New Issue
Block a user