• broxen's avatar
    fix: hide keyline when footnotes are preceded by header (#4529) · 3e795777
    broxen authored
    Hide key-line created by `markdown-it-footnote` template when footnotes are directly preceded by header.
    
    Examples:
    ```md
    # References
    [^1]: Shows no key-line because References header has one already
    
    # New Page
    Text goes here and whatever else
    
    [^1]: these footnotes have no preceding header and will show a key-line
    ```
    3e795777
Name
Last commit
Last update
..
components Loading commit data...
fonts Loading commit data...
graph Loading commit data...
helpers Loading commit data...
libs Loading commit data...
modules Loading commit data...
polyfills Loading commit data...
scss Loading commit data...
static Loading commit data...
store Loading commit data...
themes/default Loading commit data...
.modernizrrc.js Loading commit data...
client-app.js Loading commit data...
client-setup.js Loading commit data...
index-app.js Loading commit data...
index-legacy.js Loading commit data...
index-setup.js Loading commit data...