Created
April 16, 2018 23:30
-
-
Save ranjitiyer/a58baf13f0807e7a8480ce3ae877d1e4 to your computer and use it in GitHub Desktop.
XWiki cheat sheet
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
[[Title >>https://aws.amazon.com/blogs/big-data/running-jupyter-notebook-and-jupyterhub-on-amazon-emr]] | |
Review Vanguard requirements | |
======== | |
{{toc numbered="true" /}} | |
**bold** | |
* item | |
** subitem | |
[https://aws.amazon.com/blogs/big-data/running-jupyter-notebook-and-jupyterhub-on-amazon-emr/] | |
|=Column|=Column | |
|Word 1|Word 2 | |
This is ##monospace## text | |
Horizontal line | |
; Term | |
: Definition | |
{{showhide showmessage="Show" hidemessage="Hide" effect="appear" effectduration="2" style="background-color: #f6f6f6"}} | |
<Text> | |
{{/showhide}} | |
{{info}} | |
This is an informational message | |
{{/info}} | |
{{warning}} | |
This is a warning message | |
{{/warning}} | |
{{success}} | |
This is a warning message | |
{{success}} | |
{{error}} | |
This is an error message | |
{{/error}} | |
{{plantUML}} | |
@startuml | |
Alice -> "Bob()" : Hello | |
@enduml | |
{{/plantUML}} | |
---- | |
{{code language="bash"}} | |
var = 1 | |
{{/code}} | |
{{code language="python"}} | |
var = 1 | |
{{/code}} | |
{{code language="javascript"}} | |
var = 1 | |
{{/code}} | |
{{code language="java"}} | |
var = 1 | |
{{/code}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment