Skip to content

Commit

Permalink
Merge pull request whistyun#17 from whistyun/develop
Browse files Browse the repository at this point in the history
modify some issues; whistyun#15 and whistyun#16
  • Loading branch information
whistyun authored Feb 3, 2021
2 parents fbc8347 + 6369e9d commit 8005592
Show file tree
Hide file tree
Showing 48 changed files with 2,939 additions and 745 deletions.
151 changes: 151 additions & 0 deletions MdXaml.Test/Md/Codes.md
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(){
}
83 changes: 83 additions & 0 deletions MdXaml.Test/Md/Lists1.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,86 @@ This was an error in Markdown 1.0.1:
* sub

that


Mixing list

1. one
1. one-one
1. one-two
inlist 1
inlist 2
inline 3
inline 4

as code
2. two
* three
* four
+ five
+ six
+ seven
+ eight
- eight
- nine

Enhanced syntax alphabet order.

ab. foo
a. bar
ab. foo2
a. bar2
a. foo3
a. bar3

Enhanced syntax roman order.

yes, we can.
no, i can.
i, one

===

ii, one

===

iii, one
yes, we can

===

iiii, one


* * *
* one
* * *
* one
* * *
* one
* * *
* two
```
code
```
* three
> quote
* four
# head
* four
## head

* * *
* one
* * *
* two
```
code
```
* three
> quote
* four
# head
* four
## head
108 changes: 108 additions & 0 deletions MdXaml.Test/Md/Lists3.md
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
2 changes: 2 additions & 0 deletions MdXaml.Test/Md/Text_style.md
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__
Loading

0 comments on commit 8005592

Please sign in to comment.