#markdown
##markdown
###markdown
####markdown
alt-H1
=========
alt-H2
--------------
*italic*
**bold**
***emphasis & bold*** __
emphasis & bold__
~~
Strikethrough~~
1. 哈哈
* 呵呵
2. 嘎嘎
+ 嗯嗯
- 谔谔
* 嗷嗷
3. 呱呱
- [百度](
http://www.baidu.com)
- [百度][1]
- [百度][baidu]
- [百度]
[1]:
http://www.baidu.com
[baidu]:
http://www.baidu.com
[百度]:
http://www.baidu.com
![alt][1]
![alt][logo]
![alt]
`code & back-ticks`
```
package abstractFactory;
/**
* 抽象工厂设计模式(23 of GoF)
* @author Administrator
* zyl的总结:物以类聚...
*/
public class Main {
public static void main(String[] args) {
// TODO Auto-generated method stub
ButtonFactory macFactory = new MacFactory();
Button winBtn = macFactory.createButton();
winBtn.say();
}
}
interface ButtonFactory
{
public abstract Button createButton();
//public abstract ScrollBar createScrollBar(); 可以创建scrollBar等
}
class MacFactory implements ButtonFactory
{
@Override
public Button createButton() {
// TODO Auto-generated method stub
return new MacButton();
}
}
class WinFactory implements ButtonFactory
{
@Override
public Button createButton() {
// TODO Auto-generated method stub
return new WinButton();
}
}
abstract class Button
{
public abstract void say();
}
class MacButton extends Button
{
@Override
public void say() {
// TODO Auto-generated method stub
System. out.println("say i'm MacButton" );
}
}
class WinButton extends Button
{
@Override
public void say() {
// TODO Auto-generated method stub
System. out.println("say i'm WinButton" );
}
}
```
|账号 | 密码 |
| :----:| ---:|
| zt | 123123|
|zyl | 123456|
|lxl |222222|
|yh | 321321|
>BlockQuotes
BlockQuotes
BlockQuotes
BlockQuotes
BlockQuotes
BlockQuotes
BlockQuotes
BlockQuotes
BlockQuotes
BlockQuotes
BlockQuotes
BlockQuotes
BolokQuotes
BlockQuotes
BlockQuotes
Quote Break.
>BlockQuotes
BlockQuotes
BlockQuotes
>BolokQuotes __
BlockQuotes__
BlockQuotes
<dl>
<dt>You can use inner HTML</dt>
<dd>But not work very well</dd>
<dt>I think Markdown will not work in inner HTML</dt>
<dd>But it doesn't **work** and should not take ___effect___</dd>
</dl>
this is
---
three or more
***
and two enter space
___
will be a horizontal
[](http://www.baidu.com)
alt-H2
--------------
`code & back-ticks`
```
package abstractFactory;
/**
* 抽象工厂设计模式(23 of GoF)
* @author Administrator
* zyl的总结:物以类聚...
*/
public class Main {
public static void main(String[] args) {
// TODO Auto-generated method stub
ButtonFactory macFactory = new MacFactory();
Button winBtn = macFactory.createButton();
winBtn.say();
}
}
interface ButtonFactory
{
public abstract Button createButton();
//public abstract ScrollBar createScrollBar(); 可以创建scrollBar等
}
class MacFactory implements ButtonFactory
{
@Override
public Button createButton() {
// TODO Auto-generated method stub
return new MacButton();
}
}
class WinFactory implements ButtonFactory
{
@Override
public Button createButton() {
// TODO Auto-generated method stub
return new WinButton();
}
}
abstract class Button
{
public abstract void say();
}
class MacButton extends Button
{
@Override
public void say() {
// TODO Auto-generated method stub
System. out.println("say i'm MacButton" );
}
}
class WinButton extends Button
{
@Override
public void say() {
// TODO Auto-generated method stub
System. out.println("say i'm WinButton" );
}
}
```
|账号 | 密码 |
| :----:| ---:|
| zt | 123123|
|zyl | 123456|
|lxl |222222|
|yh | 321321|
>BlockQuotes
BlockQuotes
BlockQuotes
BlockQuotes
BlockQuotes
BlockQuotes
BlockQuotes
BlockQuotes
BlockQuotes
BlockQuotes
BlockQuotes
BlockQuotes
BolokQuotes
BlockQuotes
BlockQuotes
Quote Break.
>BlockQuotes
BlockQuotes
BlockQuotes
>BolokQuotes __
BlockQuotes__
BlockQuotes
<dl>
<dt>You can use inner HTML</dt>
<dd>But not work very well</dd>
<dt>I think Markdown will not work in inner HTML</dt>
<dd>But it doesn't **work** and should not take ___effect___</dd>
</dl>
this is
---
three or more
***
and two enter space
___
will be a horizontal
[](http://www.baidu.com)
markdown
markdown
markdown
markdown
alt-H1
alt-H2
italic
bold
emphasis & bold emphasis & bold
Strikethrough
- 哈哈
- 呵呵
- 嘎嘎
- 嗯嗯
- 谔谔
- 嗷嗷
- 呱呱
code & back-ticks
package abstractFactory;
/**
* 抽象工厂设计模式(23 of GoF)
* @author Administrator
* zyl的总结:物以类聚...
*/
public class Main {
public static void main(String[] args) {
// TODO Auto-generated method stub
ButtonFactory macFactory = new MacFactory();
Button winBtn = macFactory.createButton();
winBtn.say();
}
}
interface ButtonFactory
{
public abstract Button createButton();
//public abstract ScrollBar createScrollBar(); 可以创建scrollBar等
}
class MacFactory implements ButtonFactory
{
@Override
public Button createButton() {
// TODO Auto-generated method stub
return new MacButton();
}
}
class WinFactory implements ButtonFactory
{
@Override
public Button createButton() {
// TODO Auto-generated method stub
return new WinButton();
}
}
abstract class Button
{
public abstract void say();
}
class MacButton extends Button
{
@Override
public void say() {
// TODO Auto-generated method stub
System. out.println("say i'm MacButton" );
}
}
class WinButton extends Button
{
@Override
public void say() {
// TODO Auto-generated method stub
System. out.println("say i'm WinButton" );
}
}
账号 | 密码 |
---|---|
zt | 123123 |
zyl | 123456 |
lxl | 222222 |
yh | 321321 |
BlockQuotes BlockQuotes BlockQuotes
BlockQuotes BlockQuotes BlockQuotes
BlockQuotes BlockQuotes BlockQuotes
BlockQuotes BlockQuotes BlockQuotes
BolokQuotes BlockQuotes BlockQuotes
Quote Break.
BlockQuotes BlockQuotes BlockQuotes
BolokQuotes BlockQuotes BlockQuotes
-
But not work very well
I think Markdown will not work in inner HTML
-
But it doesn't
work and should not take
effect
You can use inner HTML
this is
three or more
and two enter space
will be a horizontal