Document how to use of the command linker Markdown feature#14450
Merged
Conversation
|
Thanks for making a pull request to jupyterlab! |
for more information, see https://pre-commit.ci
pushed earlier code for issue jupyterlab#14249. This update fixes jupyterlab#14249. My apologies.
fcollonval
requested changes
Apr 28, 2023
fcollonval
left a comment
Member
There was a problem hiding this comment.
Thanks @bikash30851
I have small suggestions.
Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com>
Co-authored-by: Frédéric Collonval <fcollonval@users.noreply.github.com>
Contributor
Author
|
I have applied your suggestions. Thank you for your being patient with my mistake. |
Member
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
References
Doc update Fixes #14284
Code changes
JupyterLab supports using commands in Markdown files. This important feature was not documented and I have documented it in the commands page of the main JupyterLab documentation. https://jupyterlab.readthedocs.io/en/latest/user/commands.html
User-facing changes
Update to documentation
Backwards-incompatible changes