|
@@ -176,9 +176,11 @@ var defaultOptions = showdown.getDefaultOptions();
|
|
|
* **prefixHeaderId**: (string/boolean) [default false] Add a prefix to the generated header ids. Passing a string will prefix that string to the header id. Setting to `true` will add a generic 'section' prefix.
|
|
|
|
|
|
* **parseImgDimensions**: (boolean) [default false] Enable support for setting image dimensions from within markdown syntax.
|
|
|
- Example:
|
|
|
+ Examples:
|
|
|
```
|
|
|
- 
|
|
|
+  simple, assumes units are in px
|
|
|
+  sets the height to "auto"
|
|
|
+  Image with width of 80% and height of 5em
|
|
|
```
|
|
|
|
|
|
* **headerLevelStart**: (integer) [default 1] Set the header starting level. For instance, setting this to 3 means that
|