[中文] 《长恨歌》 2017-08-30 中文 《长恨歌》是中国唐朝诗人白居易的一首长篇叙事诗。 第一段:贵妃受宠爱 汉皇重色思倾国,御宇多年求不得。杨家有女初长成,养在深闺人未识。 天生丽质难 Read more...
Shortcodes 2016-08-30 shortcodes Admonition biu biu biu. 1 2 3 4 5 6 7 8 9 10 11 12 {{% admonition note "I'm title!" false %}} biu biu biu. {{% admonition type="note" title="note" details="true" %}} biu biu biu. {{% /admonition %}} {{% admonition example %}} Without title. {{% /admonition %}} {{% /admonition %}} Read more...
JS Flowchart Diagrams 2015-03-04 Usage 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 st=>start: Start|past:>http://www.google.com[blank] e=>end: End:>http://www.google.com op1=>operation: My Operation|past op2=>operation: Stuff|current sub1=>subroutine: My Subroutine|invalid cond=>condition: Yes or No?|approved:>http://www.google.com c2=>condition: Good idea|rejected io=>inputoutput: catch something...|request st->op1(right)->cond cond(yes, right)->c2 cond(no)->sub1(left)->op1 c2(yes)->io->e c2(no)->op2->e Read more...
JS Sequence Diagrams 2015-03-04 Usage 1 2 3 4 Andrew->China: Says Hello Note right of China: China thinks\nabout it China-->Andrew: How are you? Andrew->>China: I am good thanks! Read more...
Syntax Highlighting 2011-08-30 Syntax Highlighting 1 2 3 function helloWorld () { alert("Hello, World!") } Read more...