Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
6 check-ins using file test/markdown-test3.md version a9fe2039dc
|
2022-02-17
| ||
| 00:17 | Clean-up and rephrase some comments. check-in: a62c876896 user: george tags: markdown-footnotes | |
|
2022-02-16
| ||
| 23:08 | Make parsing slightly faster and fix a comment. No changes in functionality. check-in: a36dd09d17 user: george tags: markdown-footnotes | |
| 22:11 |
Include REQUEST_URI into footnotes' hyperlinks.
This should make links work even if base href (in a page's header)
is not consistent with the REQUEST_URI.
If FOOTNOTES_WITHOUT_URI macro is defined while
compiling src/markdown_html.c then bare "#fragment"
hyperlinks (without REQUEST_URI<...
check-in: 2c1f8f3592 user: george tags: markdown-footnotes
| |
|
2022-02-14
| ||
| 23:32 |
Minor code refactoring: rename a temporary variable and utilize
matching_bracket_offset() one more time.
No changes in functionality.
check-in: 5b845a0790 user: george tags: markdown-footnotes
| |
|
2022-02-13
| ||
| 19:29 | Fix parsing of "free-standing" footnotes that was (slightly) broken by the previous check-in. check-in: 23c3e0b2a7 user: george tags: markdown-footnotes | |
|
2022-02-12
| ||
| 20:52 | If markup is ambigous between a "span-bounded" footnote and a "free-standing" footnote followed by another footnote then interpret as the later case. check-in: b363a4dbe7 user: george tags: markdown-footnotes | |