mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-15 23:01:44 +03: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