| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Generate txt files from code blocks embedded on pages, and add links to them.
|
|
|
|
|
| |
Now the hook creates a wrapping <span> to put the header and it's existing link
inside, and add the new anchor as a sibling.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Impement add-anchor-to-header-from-header-id.rb using regexps, like the
"official hooks" do:
- https://github.com/jekyll/jekyll-mentions
- https://github.com/jekyll/jemoji
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Doesn't work for code blocks with 1000 or more lines, though.
It works well enough for now.
|
| |
|
| |
|
| |
|
| |
|
|
|