|
@@ -69,9 +69,7 @@ export const TextFormatTools = (props: TextFormatToolsType): JSX.Element => {
|
|
|
<span className="material-symbols-outlined fs-5">format_strikethrough</span>
|
|
<span className="material-symbols-outlined fs-5">format_strikethrough</span>
|
|
|
</button>
|
|
</button>
|
|
|
<button type="button" className="btn btn-toolbar-button" onClick={() => onClickInsertPrefix('#', true)}>
|
|
<button type="button" className="btn btn-toolbar-button" onClick={() => onClickInsertPrefix('#', true)}>
|
|
|
- {/* TODO: https://github.com/weseek/growi/pull/8558 */}
|
|
|
|
|
- {/* <span className="growi-custom-icons">header</span> */}
|
|
|
|
|
- <span className="material-symbols-outlined fs-5">block</span>
|
|
|
|
|
|
|
+ <span className="growi-custom-icons">header</span>
|
|
|
</button>
|
|
</button>
|
|
|
<button type="button" className="btn btn-toolbar-button" onClick={() => onClickInsertMarkdownElements('`', '`')}>
|
|
<button type="button" className="btn btn-toolbar-button" onClick={() => onClickInsertMarkdownElements('`', '`')}>
|
|
|
<span className="material-symbols-outlined fs-5">code</span>
|
|
<span className="material-symbols-outlined fs-5">code</span>
|