Add separate on-page navigation sidebar (#475)

This commit is contained in:
Elian Ibaj 2018-03-04 06:23:59 +01:00 committed by Joel Marcey
parent f093790947
commit 4ff2fe280e
5 changed files with 127 additions and 2 deletions

View file

@ -1,3 +1,10 @@
/**
* Copyright (c) 2017-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
const Remarkable = require('remarkable');
const toSlug = require('./toSlug');