File tree Expand file tree Collapse file tree 2 files changed +13
-12
lines changed
Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -52,15 +52,16 @@ function Editor({onSubmit}) {
5252```
5353
5454Полезные ссылки:
55- - [ Как подключить редактор в Create React App] ( https://preview.gravity-ui.com/md-editor/?path=/docs/docs-install -create-react-app--docs )
56- - [ Как добавить предварительный просмотр для режима разметки] ( https://preview.gravity-ui.com/md-editor/?path=/docs/docs-develop -preview--docs )
57- - [ Как добавить расширение HTML] ( https://preview.gravity-ui.com/md-editor/?path=/docs/docs-connect -html-block--docs )
58- - [ Как добавить расширение Latex] ( https://preview.gravity-ui.com/md-editor/?path=/docs/docs-connect -latex-extension--docs )
59- - [ Как добавить расширение Mermaid] ( https://preview.gravity-ui.com/md-editor/?path=/docs/docs-connect -mermaid-extension--docs )
55+ - [ Как подключить редактор в Create React App] ( https://preview.gravity-ui.com/md-editor/?path=/docs/docs-getting-started -create-react-app--docs )
56+ - [ Как добавить предварительный просмотр для режима разметки] ( https://preview.gravity-ui.com/md-editor/?path=/docs/docs-getting-started -preview--docs )
57+ - [ Как добавить расширение HTML] ( https://preview.gravity-ui.com/md-editor/?path=/docs/docs-extensions -html-block--docs )
58+ - [ Как добавить расширение Latex] ( https://preview.gravity-ui.com/md-editor/?path=/docs/docs-extensions -latex-extension--docs )
59+ - [ Как добавить расширение Mermaid] ( https://preview.gravity-ui.com/md-editor/?path=/docs/docs-extensions -mermaid-extension--docs )
6060- [ Как создать собственное расширение] ( https://preview.gravity-ui.com/md-editor/?path=/docs/docs-develop-extension-creation--docs )
61- - [ Как добавить расширение GPT] ( https://preview.gravity-ui.com/md-editor/?path=/docs/docs-connect -gpt--docs )
61+ - [ Как добавить расширение GPT] ( https://preview.gravity-ui.com/md-editor/?path=/docs/docs-extensions -gpt--docs )
6262- [ Как добавить расширение привязки текста в Markdown] ( https://preview.gravity-ui.com/md-editor/?path=/docs/docs-develop-extension-with-popup--docs )
6363
64+
6465### Разработка
6566
6667Для запуска Storybook в режиме разработки выполните следующую команду:
Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ function Editor({onSubmit}) {
5151}
5252```
5353Read more:
54- - [ How to connect the editor in the Create React App] ( https://preview.gravity-ui.com/md-editor/?path=/docs/docs-install -create-react-app--docs )
55- - [ How to add preview for markup mode] ( https://preview.gravity-ui.com/md-editor/?path=/docs/docs-develop -preview--docs )
56- - [ How to add HTML extension] ( https://preview.gravity-ui.com/md-editor/?path=/docs/docs-connect -html-block--docs )
57- - [ How to add Latex extension] ( https://preview.gravity-ui.com/md-editor/?path=/docs/docs-connect -latex-extension--docs )
58- - [ How to add Mermaid extension] ( https://preview.gravity-ui.com/md-editor/?path=/docs/docs-connect -mermaid-extension--docs )
54+ - [ How to connect the editor in the Create React App] ( https://preview.gravity-ui.com/md-editor/?path=/docs/docs-getting-started -create-react-app--docs )
55+ - [ How to add preview for markup mode] ( https://preview.gravity-ui.com/md-editor/?path=/docs/docs-getting-started -preview--docs )
56+ - [ How to add HTML extension] ( https://preview.gravity-ui.com/md-editor/?path=/docs/docs-extensions -html-block--docs )
57+ - [ How to add Latex extension] ( https://preview.gravity-ui.com/md-editor/?path=/docs/docs-extensions -latex-extension--docs )
58+ - [ How to add Mermaid extension] ( https://preview.gravity-ui.com/md-editor/?path=/docs/docs-extensions -mermaid-extension--docs )
5959- [ How to write extension] ( https://preview.gravity-ui.com/md-editor/?path=/docs/docs-develop-extension-creation--docs )
60- - [ How to add GPT extension] ( https://preview.gravity-ui.com/md-editor/?path=/docs/docs-connect -gpt--docs )
60+ - [ How to add GPT extension] ( https://preview.gravity-ui.com/md-editor/?path=/docs/docs-extensions -gpt--docs )
6161- [ How to add text binding extension in markdown] ( https://preview.gravity-ui.com/md-editor/?path=/docs/docs-develop-extension-with-popup--docs )
6262
6363### Development
You can’t perform that action at this time.
0 commit comments