File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ lektor-disqus-comments = 0.4.1
12
12
lektor-google-analytics = 0.1.3
13
13
lektor-markdown-excerpt = 0.1
14
14
lektor-markdown-header-anchors = 0.3.1
15
+ lektor-markdown-highlighter = 0.3.1
15
16
lektor-strip-html-tags = 0.3.1
16
17
lektor-webpack-support = 0.5
17
- lektor-markdown-highlighter = 0.3.1
Original file line number Diff line number Diff line change @@ -129,6 +129,8 @@ Here's how the code is structured in the top level of the repository:
129
129
excerpt
130
130
- [ lektor/lektor-markdown-header-anchors] [ md-header ] : Adds support for
131
131
anchors and table of contents to Markdown
132
+ - [ lektor/lektor-markdown-highlighter] [ md-highlighter ] : Adds support for
133
+ syntax highlighting in Markdown and templates
132
134
- [ terminal-labs/lektor-strip-html-tags] [ striphtml ] : Strip HTML tags,
133
135
effectively turning HTML into plain text
134
136
- [ lektor/lektor-webpack-support] [ webpacksupport ] : Adds webpack support to
@@ -140,6 +142,7 @@ Here's how the code is structured in the top level of the repository:
140
142
[ lektorga ] : https://github.com/kmonsoor/lektor-google-analytics
141
143
[ mdexcerpt ] : https://github.com/bancek/lektor-markdown-excerpt
142
144
[ md-header ] : https://github.com/lektor/lektor-markdown-header-anchors
145
+ [ md-highlighter ] : https://github.com/lektor/lektor-markdown-highlighter
143
146
[ striphtml ] : https://github.com/terminal-labs/lektor-strip-html-tags
144
147
[ webpacksupport ] : https://github.com/lektor/lektor-webpack-support
145
148
You can’t perform that action at this time.
0 commit comments