-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Home
Zhuang Ma edited this page Nov 1, 2020
·
13 revisions
Welcome to the mzlogin.github.io wiki!
good
1. level 1 list item1
* level 2 list item1
* level 2 list item2
2. level 1 list item2
bad
1. level 1 list item1
* level 2 list item1
* level 2 list item2
2. level 1 list item2
good
1. level 1 list item1
* level 2 list item1
```
some code here
```
* level 2 list item2
2. level 1 list item2
bad
1. level 1 list item1
* level 2 list item1
```
some code here
```
* level 2 list item2
2. level 1 list item2
bad
1. level 1 list item1
* level 2 list item1
```
some code here
```
* level 2 list item2
2. level 1 list item2
good
**你好:** 世界
bad
**你好:**世界
good (ref https://github.com/jekyll/jekyll/issues/6217)
{% raw %}
{% site.author %}
{% endraw %}
or add render_with_liquid: false
in front matter, ref https://jekyllrb.com/docs/liquid/tags/
bad
{% site.author %}
good
[Context#startActivity(android.content.Intent, android.os.Bundle)](https://developer.android.com/reference/android/content/Context.html#startActivity(android.content.Intent,%20android.os.Bundle))
bad
[Context#startActivity(android.content.Intent, android.os.Bundle)](https://developer.android.com/reference/android/content/Context.html#startActivity(android.content.Intent, android.os.Bundle))