Jakeuj's Notes master Help

Chapters

Start typing here...

縮合

可以設定 collapsible="true" 將章節設定為可展開 (預設: false)

collapsible.png

procedure

<procedure title="Add something" id="procedure-id"> <p>Before adding something, create it.</p> <step>Do this.</step> <step>Do that.</step> <p>Congratulation! You've added something.</p> </procedure>

Output

Add something

Before adding something, create it.

  1. Do this.

  2. Do that.

Congratulation! You've added something.

Ref

collapsible-chapter

Last modified: 05 March 2024