mirror of https://github.com/Requarks/wiki.git
10 lines
211 B
10 lines
211 B
// ------------------------------------
|
|
// Markdown Editor (default)
|
|
// ------------------------------------
|
|
|
|
module.exports = {
|
|
key: 'markdown',
|
|
title: 'Markdown (default)',
|
|
props: [],
|
|
init (conf) {}
|
|
}
|