Skip to content

Commit 3f206a4

Browse files
authored
Strip tags out of og:description for Facebook (#100)
This is a good solution - NPM dependency creep is real but not much we can do about it. Strip tags out of og:description for Facebook with strip-tags
1 parent bee51b5 commit 3f206a4

File tree

4 files changed

+1799
-1
lines changed

4 files changed

+1799
-1
lines changed

main.js

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const Markdown = new require('markdown-it')({
88
typographer: true // have some nice pretty quotes
99
}).use(require('markdown-it-highlightjs'), {auto: true, code: false})
1010
const exec = require('child_process').exec;
11+
require("handlebars-helpers")();
1112

1213
function cmd(command) {
1314
return new Promise((resolve,reject) => {

0 commit comments

Comments
 (0)