Skip to content

andytlr/jquery-multimarkdown-footnotes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jQuery MultiMarkdown Footnotes

This is a fork of Sumeet Jain's jQuery Markdown Footnotes.

View the Demo or see In use for further usage examples.

What's different

  • Sumeet's original appeared to work with PHP Markdown Extra. I have changed it to work with the footnote output of MultiMarkdown.
  • I have moved the styling options out of the .js file and into a .css file for easier styling (for me anyway).
  • It's more mobile friendly. Especially with long footnotes.

In use

Here's an example post from my site. In this example I've hidden footnotes at the bottom of each post, so they're only visible with the popover. I also used Modernizr's .js body class to only hide them when JavaScript is present:

.js div.footnotes {
	display: none;
}

To do

  • Clean up .css file and comment mandatory and user-changeable styles.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%