@aomao/plugin-lightblock

Highlight block, prompt box plugin (React)

Install

yarn add @aomao/plugin-lightblock

add to engine

import Engine, { EngineInterface } from '@aomao/engine';
import lightblock from '@aomao/plugin-lightblock';
new Engine(...,{ plugins:[lightblock] })

Order

// use command to execute the plugin
engine.command.execute('lightblock');

Markdown

// use markdown syntax
::: tip