Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
feat(html pipe): add support for anchors on headings
Browse files Browse the repository at this point in the history
Fixes #26
  • Loading branch information
ramboz committed May 28, 2019
1 parent 8c55d0d commit 65430d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/mdast-to-vdom.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const parse = require('rehype-parse');
const { JSDOM } = require('jsdom');
const HeadingHandler = require('./heading-handler');
const sanitize = require('./sanitize-hast');
const HeadingHandler = require('./heading-handler');
const image = require('./image-handler');
const embed = require('./embed-handler');
const link = require('./link-handler');
Expand Down

0 comments on commit 65430d4

Please sign in to comment.