Markup Language Cheat Sheet



Ghidra Cheat Sheet. Ghidra is licensed under the Apache License, Version 2.0 (the 'License'); Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. Oh my cheat sheet is the best place to find hints of most popular programming and Markup languages you know. We have cheat sheet for HTML, CSS, Javascript, jQuery, Ruby, Font Awesome and Material Design Icons. All the nut-bolts and lessons related to these languages are found here. It can also be considered as a quick reference card which can guide you to your goal of software development.

Confluence Wiki Markup Language Cheat Sheet

All articles

Md Cheat Sheet

R markdown cheat sheet
  1. Markup cheat sheet(you are here)
Wiki

R Markdown Cheat Sheet

If you think something is missing or should be added to this list, let us know in the contributor forum

Wiki Markup Language Cheat Sheet

This is a list of the most commonly used wiki markup in support articles. For more complete documentation see:

Markup Language Cheat Sheet Pdf


Microsoft Word Markdown

DescriptionWhat it looks likeWiki Syntax
Bold textbold''bold''
Italic textitalic'italic'
Link to another articleName of article[[Name of article]]
Link specific text to another articleclick here[[Name of article|click here]]
Link to another sitehttp://www.mozilla.org[http://www.mozilla.org]
Link specific text to another siteMozilla[http://www.mozilla.org Mozilla]
Numbered list
  1. Item 1
  2. Item 2
  3. Item 3
# Item 1
# Item 2
# Item 3
Unordered list
  • Item A
  • Item B
  • Item C
* Item A
* Item B
* Item C
Unordered sub-list within a numbered list
  1. Item 1
  2. Item 2
    • Item 2a
    • Item 2b
  3. Item 3
#Item 1
#Item 2
#* Item 2a
#*Item 2b
#Item 3
Table of ContentsTable of Contents
(list of article headings)
__TOC__
Indicates a level 1 heading= Level 1 =
Indicates a level 2 heading

Level 2

Level 2
Image[[Image:Name of image]]
Image as part of an ordered list step (indented properly)
  1. Click the disconnect button
#Click the disconnect button
#;[[Image:Name of image]]
Video[[Video:https://youtu.be/4RZ7rd6DPpU]]
Note
Note: Text
{note}''Note:'' Text{/note}
Warning{warning}''Warning:'' Text{/warning}
Keyboard shortcutCtrl + T{key Ctrl+T}
Button{button Button}
Menu itemSettings{menu Settings}