multiple markdown fails - I'm a n00b

master
Wes 2011-11-11 18:17:59 +00:00
parent bc9e682eb0
commit 9386481f21
1 changed files with 5 additions and 5 deletions

View File

@ -71,13 +71,13 @@ This call will append the markup for the OrgChart to the `<body>` element by def
##Demo ##Demo
You can view a demo of this ![here](http://dl.dropbox.com/u/4151695/html/jOrgChart/example/example.html "jQuery OrgChart"). You can view a demo of this [here](http://dl.dropbox.com/u/4151695/html/jOrgChart/example/example.html "jQuery OrgChart").
------ ------
##Sourcecode ##Sourcecode
Source code with an example is available ![here](https://github.com/wesnolte/jOrgChart/tree/master/example "Example & Source"). Source code with an example is available [here](https://github.com/wesnolte/jOrgChart/tree/master/example "Example & Source").
----- -----
@ -85,6 +85,6 @@ Source code with an example is available ![here](https://github.com/wesnolte/jOr
There are only 3 configuration options. There are only 3 configuration options.
1. **chartElement** - used to specify which HTML element you'd like to append the OrgChart markup to. -[default='body']- 1. **chartElement** - used to specify which HTML element you'd like to append the OrgChart markup to. *[default='body']*
2. **depth** - tells the code what depth to parse to. The default value of "-1" instructs it to parse like it's 1999. -[default=-1]- 2. **depth** - tells the code what depth to parse to. The default value of "-1" instructs it to parse like it's 1999. *[default=-1]*
3. **chartClass** - the name of the style class that is assigned to the generated markup. -[default='jOrgChart']- 3. **chartClass** - the name of the style class that is assigned to the generated markup. *[default='jOrgChart']*