File: div_syntax.md

package info (click to toggle)
ruby-maruku 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,296 kB
  • ctags: 492
  • sloc: ruby: 5,726; xml: 235; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 529 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
## Option number 1 ##

*	`[ ]{0,3}\+={2,}` pushes the stack
*	`[ ]{0,3}\-={2,}` pops the stack

	+================ {#id}
		IAL can be put on the same line of a push
		
	 +== {#id2}
		Or on the same line of a pop:
	 -==
	
	-==============

## Option number 2 ##

Double braces:

	{{
	
	}}{}

I don't like, it gets too messy because there are 
too many braces.



    +================ {#id}
    
         nested div:

     +========================
           inside nested DIV
     -========================

    -==============