Skip to content

Commit 0738748

Browse files
committed
Updated docs
1 parent 4dadc2f commit 0738748

File tree

3 files changed

+25
-19
lines changed

3 files changed

+25
-19
lines changed

DOCUMENTATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ Examples:
1010
```js
1111
let converter = new showdown.Converter({
1212
extensions: [showdownHighlight]
13-
});
13+
})
1414
```
1515

1616
Enable the classes in the `<pre>` element:
1717

1818
```js
1919
let converter = new showdown.Converter({
2020
extensions: [showdownHighlight({ pre: true })]
21-
});
21+
})
2222
```
2323

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016-21 Bloggify <support@bloggify.org> (https://bloggify.org)
3+
Copyright (c) 2016-22 Bloggify <support@bloggify.org> (https://bloggify.org)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,15 @@ Examples:
147147
```js
148148
let converter = new showdown.Converter({
149149
extensions: [showdownHighlight]
150-
});
150+
})
151151
```
152152

153153
Enable the classes in the `<pre>` element:
154154

155155
```js
156156
let converter = new showdown.Converter({
157157
extensions: [showdownHighlight({ pre: true })]
158-
});
158+
})
159159
```
160160

161161

@@ -194,25 +194,31 @@ If you are using this library in one of your projects, add it in this list. :spa
194194

195195
- `mdpdf`
196196
- `bloggify-markdown-highlight`
197-
- `@kev_nz/publisher`
198197
- `md-toy-blog`
199-
- `markdown2dash`
200-
- `ember-showdown-highlight`
201-
- `trumpdoc`
202-
- `md-srv`
203-
- `md-browse`
204-
- `showit`
205-
- `showdown-html`
206-
- `callete`
198+
- `@kev_nz/publisher`
199+
- `@webqit/oohtml-cli`
207200
- `swanky`
208-
- `textbase`
209-
- `chimpsky`
210-
- `tutors-html`
211201
- `@etermind/alex`
212-
- `@webqit/oohtml-cli`
202+
- `@siradoc/siradoc`
203+
- `md-srv`
213204
- `docset-tools-markdown`
214-
- `examma-ray`
205+
- `callete`
206+
- `trumpdoc`
207+
- `ui_kitchenadmincenter`
208+
- `textbase`
215209
- `steelsky`
210+
- `md-browse`
211+
- `markdown2dash`
212+
- `showdown-html`
213+
- `teroshdl`
214+
- `tutors-reader-lib`
215+
- `busi-ui`
216+
- `examma-ray`
217+
- `tutors-html`
218+
- `chimpsky`
219+
- `@webqit/playui-cli`
220+
- `showit`
221+
- `ember-showdown-highlight`
216222

217223

218224

0 commit comments

Comments
 (0)