forked from qt-creator/qt-creator
Doc: Turn "Editing Markdown Files" into a how-to topic
Task-number: QTCREATORBUG-29361 Change-Id: I6414bc1593220684a27234ec705d1b948de0e6c8 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -73,9 +73,9 @@
|
|||||||
|
|
||||||
\list
|
\list
|
||||||
|
|
||||||
\li \l{Editing Markdown Files}
|
\li \l{Edit Markdown files}
|
||||||
|
|
||||||
Edit and preview markdown (.md) files.
|
Edit and preview Markdown (.md) files.
|
||||||
|
|
||||||
\li \l{Using Language Servers}
|
\li \l{Using Language Servers}
|
||||||
|
|
||||||
|
@@ -2,13 +2,14 @@
|
|||||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\previouspage creator-editor-fakevim.html
|
|
||||||
\page creator-markdown-editor.html
|
\page creator-markdown-editor.html
|
||||||
\nextpage creator-language-servers.html
|
\previouspage creator-how-tos.html
|
||||||
|
|
||||||
\title Editing Markdown Files
|
\ingroup creator-how-to-edit
|
||||||
|
|
||||||
Open \l{https://www.markdownguide.org/basic-syntax/}{markdown} (.md) files
|
\title Edit Markdown files
|
||||||
|
|
||||||
|
Open \l{https://www.markdownguide.org/basic-syntax/}{Markdown} (.md) files
|
||||||
or select \uicontrol File > \uicontrol {New File} > \uicontrol {General} >
|
or select \uicontrol File > \uicontrol {New File} > \uicontrol {General} >
|
||||||
\uicontrol {Markdown File} to create a new file.
|
\uicontrol {Markdown File} to create a new file.
|
||||||
|
|
||||||
@@ -20,7 +21,7 @@
|
|||||||
\uicontrol {Show Editor}. To swap the places of the views, select
|
\uicontrol {Show Editor}. To swap the places of the views, select
|
||||||
\uicontrol {Swap Views}.
|
\uicontrol {Swap Views}.
|
||||||
|
|
||||||
\section1 Formatting Text
|
\section1 Format text
|
||||||
|
|
||||||
Use the buttons on the editor toolbar to format text as italic (i), bold (b),
|
Use the buttons on the editor toolbar to format text as italic (i), bold (b),
|
||||||
or inline code (`), and to create links to web sites
|
or inline code (`), and to create links to web sites
|
||||||
|
@@ -50,7 +50,6 @@
|
|||||||
\list
|
\list
|
||||||
\li \l{Using FakeVim Mode}
|
\li \l{Using FakeVim Mode}
|
||||||
\endlist
|
\endlist
|
||||||
\li \l{Editing Markdown Files}
|
|
||||||
\li \l{Using Language Servers}
|
\li \l{Using Language Servers}
|
||||||
\li \l{Using GitHub Copilot}
|
\li \l{Using GitHub Copilot}
|
||||||
\li \l{Editing MIME Types}
|
\li \l{Editing MIME Types}
|
||||||
|
Reference in New Issue
Block a user