Browse Source

Doc fix

pull/186/head
Vitaly Puzrin 8 years ago
parent
commit
6371151253
  1. 2
      README.md
  2. 2
      lib/index.js

2
README.md

@ -155,7 +155,7 @@ var md = require('markdown-it')({
});
```
Or with full wrapper override (if you need assign class to \<pre>):
Or with full wrapper override (if you need assign class to `<pre>`):
```js
var hljs = require('highlight.js') // https://highlightjs.org/

2
lib/index.js

@ -196,7 +196,7 @@ function normalizeLinkText(url) {
* });
* ```
*
* Or with full wrapper override (if you need assign class to <pre>):
* Or with full wrapper override (if you need assign class to `<pre>`):
*
* ```javascript
* var hljs = require('highlight.js') // https://highlightjs.org/

Loading…
Cancel
Save