+4
-1
@@ -299,7 +299,10 @@
|
||||
<input type="number" id="font-size" value="16" min="1" max="100">
|
||||
</div>
|
||||
<div class="flex-group text-tools">
|
||||
<input type="text" id="text-input" placeholder="输入文字" style="width:150px">
|
||||
<div class="markdown-text-input-group">
|
||||
<textarea id="text-input" rows="6" placeholder="输入 Markdown 文本,例如: # 标题 - 列表项 **加粗** 和 *斜体* `代码`"></textarea>
|
||||
<div class="markdown-text-hint">支持标题、列表、引用、粗体、斜体、删除线和行内代码</div>
|
||||
</div>
|
||||
<button id="text-bold" title="粗体">B</button>
|
||||
<button id="text-italic" title="斜体">I</button>
|
||||
<button id="add-text-btn" class="primary">添加文字</button>
|
||||
|
||||
Reference in New Issue
Block a user