-
Notifications
You must be signed in to change notification settings - Fork 868
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support multiple region selection in code snippet #246
Conversation
@@ -111,7 +111,7 @@ Allows you to insert code with code language specified. The content of specified | |||
* __`<codepath>`__ is the relative path in file system which indicates the code snippet file that you want to expand. | |||
* __`<queryoption>`__ and __`<queryoptionvalue>`__ are used together to retrieve part of the code snippet file in the line range or tag name way. We have 2 query string options to represent these two ways: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3 query string options?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 option: #
and ?
, and option?
has 3 sub options ....
I think it's more clear if I use a table.
> ```javascript | ||
> <js code text> | ||
> ``` | ||
[!div class="tabbedCodeSnippets" data-resources="OutlookServices.Calendar"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
div should be in blocks? why removing >
👍 |
1 similar comment
👍 |
support #189 Part1 @vicancy