https://github.com/pbodnar/sandbox-pages
Hello World!
https://github.com/pbodnar/sandbox-pages
Last synced: 3 months ago
JSON representation
Hello World!
- Host: GitHub
- URL: https://github.com/pbodnar/sandbox-pages
- Owner: pbodnar
- Created: 2020-06-21T09:26:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-23T21:49:06.000Z (almost 5 years ago)
- Last Synced: 2025-01-16T02:16:46.568Z (5 months ago)
- Language: HTML
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...