Skip to content

Commit

Permalink
Remove some comments.
Browse files Browse the repository at this point in the history
Signed-off-by: corvofeng <[email protected]>
  • Loading branch information
corvofeng committed Dec 8, 2019
1 parent 00f0a84 commit 8d45180
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/plugins/filter/before_post_render/backtick_code_block.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ function backtickCodeBlock(data) {
if (options.exclude_languages) {
if (options.exclude_languages.includes(options.lang)) {
// Only wrap with <pre><code class="lang"></code></pre>
// If you can't get the proper output.
// Please refer to: https://github.com/hexojs/hexo-util/blob/master/lib/highlight.js
// or update hexo-util to the latest version.
options.wrap = false;
options.gutter = false;
options.autoDetect = false;
Expand Down

0 comments on commit 8d45180

Please sign in to comment.