forked from whistyun/MdXaml
-
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.
Merge pull request whistyun#17 from whistyun/develop
modify some issues; whistyun#15 and whistyun#16
- Loading branch information
Showing
48 changed files
with
2,939 additions
and
745 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,151 @@ | ||
# ` ``` ` | ||
|
||
```` | ||
```cs | ||
public void Main(){ | ||
Console.WriteLine("`Hello World`"); | ||
} | ||
``` | ||
```` | ||
|
||
```cs | ||
public void Main(){ | ||
Console.WriteLine("`Hello World`"); | ||
} | ||
``` | ||
|
||
> ```cs | ||
> public void Main(){ | ||
> Console.WriteLine("`Hello World`"); | ||
> } | ||
> ``` | ||
```cs | ||
public void Main(){ | ||
Console.WriteLine("`Hello World`"); | ||
} | ||
``` | ||
```cs | ||
public void Main(){ | ||
Console.WriteLine("`Hello World`"); | ||
} | ||
``` | ||
* ```cs | ||
public void Main(){ | ||
} | ||
``` | ||
* * * | ||
+ one | ||
``` | ||
public void Main(){ | ||
} | ||
``` | ||
= = = | ||
+ one | ||
``` | ||
public void Main(){ | ||
} | ||
``` | ||
# Indent | ||
abcd | ||
efgh | ||
--- | ||
abcd | ||
efgh | ||
--- | ||
abcd | ||
efgh | ||
ijkl | ||
opqr | ||
--- | ||
> asdf | ||
> ghij | ||
* | ||
public void Main(){ | ||
} | ||
* * * | ||
+ one | ||
public void Main(){ | ||
} | ||
* * * | ||
+ one | ||
public void Main(){ | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
alphabet: | ||
|
||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
a. foobar | ||
|
||
roman: | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga | ||
i, hogefuga |
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 |
---|---|---|
@@ -1,5 +1,7 @@ | ||
*This text will be italic* | ||
|
||
**This text will be bold** | ||
|
||
~~This text will be striketrhough~~ | ||
|
||
__This text will be underline__ |
Oops, something went wrong.