Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pfm

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pfm

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Panda Flavored Markdown

A few clever extensions to GitHub Flavored Markdown syntax.

  • Code block includes
  • Pandoc-style footnotes

Code Block includes

Include as a code block all of the content from another file (paths
relative to PWD). The code block type will be inferred from the
file extension when possible.

```path/to/source.coffee```

Include only a selection of the file content:


```path/to/source.coffee#L33-42```

Pandoc's footnote syntax

This text:

Sometimes you wish to have a footnote, but GFM[^gfm] doesn't have a syntax
for it.  Pandoc[^pandoc] has a nice syntax as illustrated here.


[^gfm]:  GitHub Flavored Markdown.

[^pandoc]:  [Pandoc](http://johnmacfarlane.net/pandoc/) is the swiss-army
knife of document conversion tools.

The location of the footnote definitions doesn't matter, as they will be
collected and appended to a Notes section at the end of the document.

Processes to this markdown:

Sometimes you wish to have a footnote, but GFM<sup><a name="__gfm" href="#gfm">1</a>.</sup> doesn't have a syntax
for it.  Pandoc<sup><a name="__pandoc" href="#pandoc">2</a>.</sup> has a nice syntax as illustrated here.


The location of the footnote definitions doesn't matter, as they will be
collected and appended to a Notes section at the end of the document.

# Notes

<a name="gfm" href="#__gfm">1 &#8617;</a>.  GitHub Flavored Markdown.

<a name="pandoc" href="#__pandoc">2 &#8617;</a>.  [Pandoc](http://johnmacfarlane.net/pandoc/) is the swiss-army
knife of document conversion tools.

FAQs

Package last updated on 25 Nov 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc