|
|
@@ -69,6 +69,7 @@ export const TextFormatTools = (props: TextFormatToolsType): JSX.Element => {
|
|
|
<span className="material-symbols-outlined fs-5">format_strikethrough</span>
|
|
|
</button>
|
|
|
<button type="button" className="btn btn-toolbar-button" onClick={() => onClickInsertPrefix('#', true)}>
|
|
|
+ {/* TODO: chack and fix font-size. see: https://redmine.weseek.co.jp/issues/143015 */}
|
|
|
<span className="growi-custom-icons">header</span>
|
|
|
</button>
|
|
|
<button type="button" className="btn btn-toolbar-button" onClick={() => onClickInsertMarkdownElements('`', '`')}>
|
|
|
@@ -81,6 +82,7 @@ export const TextFormatTools = (props: TextFormatToolsType): JSX.Element => {
|
|
|
<span className="material-symbols-outlined fs-5">format_list_numbered</span>
|
|
|
</button>
|
|
|
<button type="button" className="btn btn-toolbar-button" onClick={() => onClickInsertPrefix('>')}>
|
|
|
+ {/* TODO: chack and fix font-size. see: https://redmine.weseek.co.jp/issues/143015 */}
|
|
|
<span className="growi-custom-icons">format_quote</span>
|
|
|
</button>
|
|
|
<button type="button" className="btn btn-toolbar-button" onClick={() => onClickInsertPrefix('- [ ]')}>
|