@lla-editor/indent

Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth i

Usage no npm install needed!

<script type="module">
  import llaEditorIndent from 'https://cdn.skypack.dev/@lla-editor/indent';
</script>

README

@lla-editor/indent

TODO: description

what

本插件提供块级元素的嵌套功能。具体实现的表现为:

  • 提供indent-container类型的Element,该元素依赖于ContainerWrapperContext来确定用于实际用于包括的组件,例如:
    • list: list-item组件需要提供特定的容器组件
    • text:

Usage

import indent from '@lla-editor/indent';

// TODO: DEMONSTRATE API