Skip to content

Commit

Permalink
Sync demo content
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and alcarney committed Jan 15, 2024
1 parent 240534f commit 62b3e3f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
11 changes: 11 additions & 0 deletions myst/directives.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Directives

The language server has extensive support for directives.

## Completion

The most obvious feature is the completion suggestions, try inserting a `{note}` directive on the next line

% Add your note here...

Notice how VSCode automatically presented you with a list of all the directives you can use in this Sphinx project?
13 changes: 13 additions & 0 deletions rst/directives.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Directives
==========

The language server has extensive support for directives.

Completion
----------

The most obvious feature is the completion suggestions, try inserting a ``.. note::`` directive on the next line

.. Add your note here...
Notice how VSCode automatically presented you with a list of all the directives you can use in this Sphinx project?

0 comments on commit 62b3e3f

Please sign in to comment.