There should be whitespace between paragraphs. We recommend including a README, or a file with information about your project.
Header 1
This is a normal paragraph following a header. GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere.
Header 2
This is a blockquote following a header.
When something is important enough, you do it even if the odds are not in your favor.
Header 3
// Javascript code with syntax highlighting.varfun=functionlang(l){dateformat.i18n=require('./lang/'+l)returntrue;}
# Ruby code with syntax highlightingGitHubPages::Dependencies.gems.eachdo|gem,version|s.add_dependency(gem,"= #{version}")end
Longer description of Term, possibly more than one line
Term
First description of Term, possibly more than one line
Second description of Term, possibly more than one line
Term1
Term2
Single description of Term1 and Term2, possibly more than one line
Term1
Term2
First description of Term1 and Term2, possibly more than one line
Second description of Term1 and Term2, possibly more than one line
More code
defdump_args(func):"This decorator dumps out the arguments passed to a function before calling it"argnames=func.func_code.co_varnames[:func.func_code.co_argcount]fname=func.func_namedefecho_func(*args,**kwargs):printfname,":",', '.join('%s=%r'%entryforentryinzip(argnames,args)+kwargs.items())returnfunc(*args,**kwargs)returnecho_func@dump_argsdeff1(a,b,c):printa+b+cf1(1,2,3)defprecondition(precondition,use_conditions=DEFAULT_ON):returnconditions(precondition,None,use_conditions)defpostcondition(postcondition,use_conditions=DEFAULT_ON):returnconditions(None,postcondition,use_conditions)classconditions(object):__slots__=('__precondition','__postcondition')def__init__(self,pre,post,use_conditions=DEFAULT_ON):ifnotuse_conditions:pre,post=None,Noneself.__precondition=preself.__postcondition=post
Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this.
Mermaid Diagrams
The following code is displayed as a diagram only when a mermaid key supplied in _config.yml.
the diamond patterna graph with four nodes: A points to B and C, while B and C both point to D
A
B
C
D
Collapsed Section
The following uses the <details> tag to create a collapsed section.