ultramarked
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -10,3 +10,3 @@ { | ||
}, | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"repository": { | ||
@@ -24,2 +24,7 @@ "type": "git", | ||
}, | ||
"optionalDependencies": { | ||
"chalk": "^0.4.0", | ||
"underscore.string": "^2.3.3", | ||
"wordwrap": "0.0.2" | ||
}, | ||
"engines": { | ||
@@ -29,3 +34,4 @@ "node": "0.10.6", | ||
}, | ||
"main": "./src/index.js" | ||
"main": "./src/node.js", | ||
"browser": "./src/browser.js" | ||
} |
@@ -25,3 +25,3 @@ # ultramarked | ||
Syntax highlighting powered by [highlight.js](https://github.com/isagalaev/highlight.js), no extra magic. Classes are prefixed `hljs` for convenience. | ||
Syntax highlighting powered by [highlight.js](https://github.com/isagalaev/highlight.js), no extra magic. Classes are prefixed `hljs` for convenience. Note that the `renderer` you choose will be overridden. | ||
@@ -32,5 +32,12 @@ ### options.ultrasanitize | ||
### options.terminal | ||
Prettifies the code for terminal output! Incompatible with `ultralight`, which will be disabled when `terminal` is enabled. Also turns off `ultralight`, because color codes. | ||
![terminal.png][1] | ||
### options.ultrasanitize_pagedown | ||
Angular's sanitizer option might be too lenient for you. If that's the case, you can use PageDown's white-list instead, which is much more narrow, and doesn't allow setting class attributes, for example. | ||
Angular's sanitizer option might be too lenient for you. If that's the case, you can use PageDown's white-list instead, which is much more narrow, and doesn't allow setting class attributes, for example. | ||
[1]: http://i.imgur.com/fTh1JiD.png |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56744
11
607
41
6