go-org-orgwiki/org
Niklas Fasching 1849701ba7 Add support for latex blocks / environments
current support for latex fragments was inline only, i.e. lines containing block
elements (e.g. a line starting with `* `, i.e. a headline) will not be parsed
as part of the latex fragment but the respective block element. Parsing latex
blocks at the block level should fix that. Note that in any case we don't do
any processing and just emit the raw latex (leaving the rendering to e.g. js).
2022-11-02 14:16:57 +01:00
..
testdata Add support for latex blocks / environments 2022-11-02 14:16:57 +01:00
block.go Add support for latex blocks / environments 2022-11-02 14:16:57 +01:00
document.go Add support for latex blocks / environments 2022-11-02 14:16:57 +01:00
drawer.go Make ORG-mode drawer "🔚" case-insensitivie 2020-11-16 12:37:37 -08:00
footnote.go Export WriteNodesAsString on writer interface 2019-11-02 23:44:16 +01:00
fuzz.go Fix fuzz 2019-01-02 21:22:13 +01:00
headline.go Support fast tags by trimming the key binding. 2021-10-28 17:23:19 +02:00
html_entity.go Fix html entities: support \<entity>{} and prevent partial replacements 2022-04-28 18:09:42 +02:00
html_writer.go Add support for latex blocks / environments 2022-11-02 14:16:57 +01:00
html_writer_test.go Refactor writer tests 2022-06-18 16:10:19 +02:00
inline.go Add \ to emphasis post chars to allow immediate explicit line break 2022-09-20 17:16:40 +02:00
keyword.go html: Improve link abbreviation (#+LINK) resolution 2021-10-25 16:50:15 +02:00
list.go Add support for custom numbering of ordered list using [@\d+] 2021-04-17 15:43:19 +02:00
org_writer.go Add support for latex blocks / environments 2022-11-02 14:16:57 +01:00
org_writer_test.go Refactor writer tests 2022-06-18 16:10:19 +02:00
paragraph.go Preserve whitespace (indentation) inside paragraphs 2019-12-22 14:17:14 +01:00
table.go Store table separator indices 2020-06-26 20:05:59 +02:00
util.go highlight: support highlighting lines in the default writer 2022-07-18 03:56:15 +09:00
util_test.go highlight: add tests for ParseRanges 2022-07-25 19:27:11 +09:00
writer.go Add support for latex blocks / environments 2022-11-02 14:16:57 +01:00