- Campinas, SP - Brasil
- http://gfran.co
- Joined on
2022-02-24
Block a user
Spaceless headings (==Heading==) are not parsed as headings (vimwiki accepts them)
Confirmed and fixed on main (commit 4a717bc) — will ship in the next release.
The heading lexer required a space after the opening =s, so ==Heading== fell through to a literal `
==Heading…
Spaceless headings (==Heading==) are not parsed as headings (vimwiki accepts them)
HTML export diverges from upstream vimwiki :VimwikiAll2HTML output (headings, code fences, tag ids)
HTML export diverges from upstream vimwiki :VimwikiAll2HTML output (headings, code fences, tag ids)
Two follow-up rendering bugs found while reviewing the exported pages are now fixed in v0.4.1 (commit a653903):
- Keyword headings — a header whose text is a keyword (
== TODO ==) was…