1. first
2. second
> bq
**blod***italic*---
+++
***
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
* @author John Smith <john.smith@example.com>
*/packagel2f.gameserver.model;publicabstractstrictfpclassL2CharextendsL2Object{publicstaticfinalShortERROR=0x0001;publicvoidmoveTo(intx,inty,intz){_ai=null;log("Should not be called");if(1>5){// wtf!?
return;}}}
1
2
3
4
5
6
7
8
9
10
11
12
packagemainimport"fmt"funcmain(){ch:=make(chanfloat64)ch<-1.0e10// magic number
x,ok:=<-chdeferfmt.Println(`exitting now\`)goprintln(len("hello world!"))return}
<!DOCTYPE html><title>Title</title><style>body{width:500px;}</style><scripttype="application/javascript">function$init(){returntrue;}</script><body><pcheckedclass="title"id='title'>Title</p><!-- here goes the rest of the page --></body>
<p>Lorem ipsum dolor sit amet, graecis denique ei vel, at duo primis mandamus. Et legere ocurreret pri, animal tacimates complectitur ad cum. Cu eum inermis inimicus efficiendi. Labore officiis his ex, soluta officiis concludaturque ei qui, vide sensibus vim ad.</p>
<p>Lorem ipsum dolor sit amet, graecis denique ei vel, at duo primis mandamus. Et legere ocurreret pri, animal tacimates complectitur ad cum. Cu eum inermis inimicus efficiendi. Labore officiis his ex, soluta officiis concludaturque ei qui, vide sensibus vim ad.</p>
Highlighting in code fences is enabled by default.
ImportsSystemImportsSystem.IO#ConstDEBUG=TrueNamespaceHighlighter.Test''' <summary>This is an example class.</summary>
PublicClassProgramProtectedSharedhelloAsInteger=3PrivateConstABCAsBoolean=False#Region "Code"
' Cheers!
<STAThread()> _
PublicSharedSubMain(ByValargs()AsString,ParamArrayarrAsObject)HandlesForm1.ClickOnErrorResumeNextIfABCThenWhileABC:Console.WriteLine():EndWhileForiAsLong=0To1000Step123TrySystem.Windows.Forms.MessageBox.Show(CInt("1").ToString())CatchexAsException' What are you doing? Well...
Dimexp=CType(ex,IOException)REM ORZ
ReturnEndTryNextElseDimlAsNewSystem.Collections.List<String>()SyncLocklIfTypeOflIsDecimalAndlIsNotNothingThenRemoveHandlerbutton1.Paint,delegateEndIfDimd=NewSystem.Threading.Thread(AddressOfThreadProc)Dima=NewAction(Sub(x,y)x+y)Staticu=FromxAsStringInlSelectx.Substring(2,4)Wherex.Length>0EndSyncLockDo:Laugh():LoopUntilhello=4EndIfEndSub#End RegionEndClassEndNamespace
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<figure {{ if isset .Params "class" }}class="{{ index .Params "class" }}"{{ end }}>
{{ if isset .Params "link"}}<a href="{{ index .Params "link"}}">{{ end }}
<img src="{{ index .Params "src" }}" {{ if or (isset .Params "alt") (isset .Params "caption") }}alt="{{ if isset .Params "alt"}}{{ index .Params "alt"}}{{else}}{{ index .Params "caption" }}{{ end }}"{{ end }} />
{{ if isset .Params "link"}}</a>{{ end }}
{{ if or (or (isset .Params "title") (isset .Params "caption")) (isset .Params "attr")}}
<figcaption>{{ if isset .Params "title" }}
<h4>{{ index .Params "title" }}</h4>{{ end }}
{{ if or (isset .Params "caption") (isset .Params "attr")}}<p>
{{ index .Params "caption" }}
{{ if isset .Params "attrlink"}}<a href="{{ index .Params "attrlink"}}"> {{ end }}