Skip to content

Commit

Permalink
Merge pull request #17 from whistyun/develop
Browse files Browse the repository at this point in the history
modify some issues; #15 and #16
  • Loading branch information
whistyun committed Feb 3, 2021
2 parents a16d86c + 418ed31 commit 7406819
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 7406819

Please sign in to comment.