An open API service indexing awesome lists of open source software.

https://github.com/pbodnar/sandbox-pages

Hello World!
https://github.com/pbodnar/sandbox-pages

Last synced: 3 months ago
JSON representation

Hello World!

Awesome Lists containing this project

README

        

# Sandbox Pages site

Hello World!

...

# Footnotes

See

This requires setting this in _\_config.yml_ for GitHub pages:

markdown: kramdown

Naturally, the following example doesn't work with GitHub's markdown implementation (which is hard-coded for previews of markdown files), as even after 5 years since [github/markup#498](https://github.com/github/markup/issues/498) was created, GitHub authors seem to refuse this for unexplained reasons...

... or not?

## Example

This is some text.[^1] Other text.[^footnote].

Another text with footnote.[^2]

[^1]: Some *crazy* footnote definition.

[^footnote]:
> Blockquotes can be in a footnote.

as well as code blocks

or, naturally, simple paragraphs.

[^2]: This will actually become footnote #3...