You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation for various Helix commands can be written in Markdown using code blocks with .multicursor extension that have special syntax for rendering the following types of selections:
These use the same syntax as Helix uses in its existing integration tests and render as actual visual selections in the editor.
We can then use these docs to generate HTML from them and display on the website, as well as generate integration tests that ensure all documentation is always up-to-date.
Documentation for various Helix commands can be written in Markdown using code blocks with
.multicursor
extension that have special syntax for rendering the following types of selections:These use the same syntax as Helix uses in its existing integration tests and render as actual visual selections in the editor.
We can then use these docs to generate HTML from them and display on the website, as well as generate integration tests that ensure all documentation is always up-to-date.
:help
command::h[elp]
command and documentation #997.multicursor
files to render selections: feat: Helix Selection Renderer in Markdown (.multicursor
file type) #12706.multicursor
to highlight syntax such as#[|
,#(|
in the editor: feat: add support for.multicursor
files #12718.multicursor
filetypextask gen-tests
which will read all help files and extract the code blocks, transforming them into integration tests to run as a workflow.The text was updated successfully, but these errors were encountered: