Add Facebook copyright headers (#633)

This commit is contained in:
Yangshun Tay 2018-05-04 09:40:07 -07:00 committed by Joel Marcey
parent be54c8f035
commit 545a053289
10 changed files with 54 additions and 4 deletions

View file

@ -7,6 +7,7 @@
const hljs = require('highlight.js');
const Markdown = require('remarkable');
const anchors = require('./anchors.js');
const CWD = process.cwd();