Skip to content

Commit 39d86e3

Browse files
committed
update sidebar
1 parent 3eaa980 commit 39d86e3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/config/section-a/three.md

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55

66
This is the paragrap one.
77

8+
```csharp
9+
public class Program
10+
{
11+
public static void Main(string[] args)
12+
{
13+
Console.WriteLine("hello");
14+
}
15+
}
16+
```
17+
818
## p2
919

1020
This is the paragrap two.

0 commit comments

Comments
 (0)