szhshp / Archived--md-post-header-collapse

Jquery tool to make header collapsible in markdown posts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

md-post-header-collapse

A jquery tool to make header collapsible in markdown post

Requirements

  1. Bootstrap
  2. Standard Jekyll/Hexo Post based on Markdown
  3. jQuery

Installation

Add JS and CSS to your project.

Usage

    $.headerCollapseRobot('#page-content', ['h1', 'h2', 'h3'], ['blockquote']);

About

Jquery tool to make header collapsible in markdown posts


Languages

Language:JavaScript 69.7%Language:CSS 30.3%