feat: rendering pipeline logic
This commit is contained in:
8
server/modules/rendering/html-blockquotes/definition.yml
Normal file
8
server/modules/rendering/html-blockquotes/definition.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
key: htmlBlockquotes
|
||||
title: Blockquotes
|
||||
description: Parse blockquotes box styling
|
||||
author: requarks.io
|
||||
icon: insert_comment
|
||||
enabledDefault: true
|
||||
dependsOn: htmlCore
|
||||
props: {}
|
1
server/modules/rendering/html-blockquotes/renderer.js
Normal file
1
server/modules/rendering/html-blockquotes/renderer.js
Normal file
@@ -0,0 +1 @@
|
||||
module.exports = {}
|
Reference in New Issue
Block a user