GithubHelp home page GithubHelp logo

isabella232 / markdown-it-anchor Goto Github PK

View Code? Open in Web Editor NEW

This project forked from okpy/markdown-it-anchor

0.0 0.0 0.0 49 KB

Header anchors for markdown-it.

License: The Unlicense

JavaScript 100.00%

markdown-it-anchor's Introduction

markdown-it-anchor npm version

Header anchors for markdown-it.

Usage

const md = require('markdown-it')
  .use(require('markdown-it-anchor'), opts)

See a demo as JSFiddle.

The opts object can contain:

Name Description Default
level Minimum level to apply anchors on. 1
slugify A custom slugification function. string.js' slugify
permalink Whether to add permalinks next to titles. false
renderPermalink A custom permalink rendering function. See index.es6.js
permalinkClass The class of the permalink anchor. header-anchor
permalinkSymbol The symbol in the permalink anchor.
permalinkBefore Place the permalink before the title. false
permalinkHref A custom permalink href rendering function. See index.es6.js
callback Called with token and info after rendering. undefined

The renderPermalink function takes the slug, an options object with the above options, and then all the usual markdown-it rendering arguments.

All headers above level will then have an id attribute with a slug of their content, and if permalink is true, a symbol linking to the header itself.

You may want to use the link symbol as permalinkSymbol, or a symbol from your favorite web font.

The callback option is a function that will be called at the end of rendering with the token and an info object. The info object has title and slug properties with the token content and the slug used for the identifier.

markdown-it-anchor's People

Contributors

arve0 avatar gtournie avatar knrafto avatar strml avatar tschaub avatar valeriangalliat avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.