forked from DynamoDS/Dynamo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- added more tests around removing items
- Loading branch information
Showing
7 changed files
with
391 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
43 changes: 43 additions & 0 deletions
43
test/core/docbrowser/pkgs/AllFileTypesPackageDocs/doc/Package.Package.Hello.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Hello Dynamo! | ||
This content is from the markdown file created for the `CustomNodeExample` node! | ||
|
||
In Markdown we can create headers simply by using `#`, let's try it: | ||
|
||
# Here's a header 1 `#` | ||
## This is a header 2 `##` | ||
### This is a header 3 `###` | ||
#### This i.. Okay think you got it! | ||
|
||
We can also create cool stuff like tables! Here's an example: | ||
|
||
| column1 | column2 | | ||
| ------- | ------- | | ||
| row_1_1 | row_1_2 | | ||
| row_2_1 | row_2_2 | | ||
| row_3_1 | row_3_2 | | ||
|
||
Here's how you create the above table in markdown: | ||
``` | ||
| column1 | column2 | | ||
| ------- | ------- | | ||
| row_1_1 | row_1_2 | | ||
| row_2_1 | row_2_2 | | ||
| row_3_1 | row_3_2 | | ||
``` | ||
|
||
How about some syntax highlighting in you documentation? | ||
``` csharp | ||
public void HelloDynamo(string message) | ||
{ | ||
System.Console.WriteLine(message); | ||
} | ||
``` | ||
|
||
<pre><code>``` csharp | ||
public void HelloDynamo(string message) | ||
{ | ||
System.Console.WriteLine(message); | ||
} | ||
```</code></pre> | ||
|
||
![Dynamo Icon image](./icon.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.