Edit: Difference between revisions

From Cheatsheet
Jump to navigation Jump to search
Created page with 'Examples below. view source for code reference. ===== This is sub-section two of gpunktDrupal ===== ===== This is sub-section three of gpunktDrupal ===== ====== This is a link…'
 
m 8 revisions
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Examples below. view source for code reference.
Examples below. view source for code reference.


= THE GUIDE =
== Hello Guide ==
=== This is sub-section two of gpunktDrupal ===
==== This is sub-section three of gpunktDrupal ====


===== This is sub-section two of gpunktDrupal =====
===== This is sub-section three of gpunktDrupal =====


====== This is a link to it ======
====== This is a link to it ======
Line 11: Line 13:
{{Notice|gpunkt is hot and waiting for you!!!}}
{{Notice|gpunkt is hot and waiting for you!!!}}
{{Warning|gpunkt about to '''ERUPT'''}}
{{Warning|gpunkt about to '''ERUPT'''}}
to add bullets do the following.
* hiyas people
** hiyas people 2
*** hiyas people 3
**** hiyas people 4
***** hiyas people 5
Or for a numbered approach do the following.
# hiyas people
## hiyas people 2
### hiyas people 3
#### hiyas people 3
##### hiyas people 4
<br>
This will make a line break
<br>
If you would like to  include code in you guide and not have it referenced you will have to use the pre tags.
<pre>  {{info| You can see the code here}} </pre>
vs<br>
{{info| You cant see the code here}}

Latest revision as of 23:51, 23 October 2014

Examples below. view source for code reference.

THE GUIDE

Hello Guide

This is sub-section two of gpunktDrupal

This is sub-section three of gpunktDrupal

This is a link to it

DRUPAL!!!


Info: gpunkt IS always the best to rub


Notice: gpunkt is hot and waiting for you!!!


Warning: gpunkt about to ERUPT


to add bullets do the following.

  • hiyas people
    • hiyas people 2
      • hiyas people 3
        • hiyas people 4
          • hiyas people 5

Or for a numbered approach do the following.

  1. hiyas people
    1. hiyas people 2
      1. hiyas people 3
        1. hiyas people 3
          1. hiyas people 4


This will make a line break

If you would like to include code in you guide and not have it referenced you will have to use the pre tags.

  {{info| You can see the code here}} 

vs


Info: You cant see the code here