go-org-orgwiki/org
Niklas Fasching 8e4a992dbd Parse switches in code block params
There's has a special case for parameters that start with `-` and come directly
after the language. See [1]

[1] https://orgmode.org/manual/Literal-Examples.html#FOOT117
2024-08-20 15:56:53 +02:00
..
testdata Add support for COMMENT headlines 2024-08-20 15:26:31 +02:00
block.go Parse switches in code block params 2024-08-20 15:56:53 +02:00
document.go Do not include excluded headlines when calculating headline index 2024-08-20 15:23:42 +02:00
drawer.go Fix race condition surrounding global orgWriter 2023-03-12 11:28:55 +01:00
footnote.go Fix race condition surrounding global orgWriter 2023-03-12 11:28:55 +01:00
fuzz.go Fix fuzz 2019-01-02 21:22:13 +01:00
headline.go Add support for COMMENT headlines 2024-08-20 15:26:31 +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 Honour org :noweb strip-export parameter when writing HTML 2024-05-22 19:42:11 +01:00
html_writer_test.go Allow customizing header level offset 2023-02-18 15:08:18 -08:00
inline.go Update image extension regex to match emacs image-file-name-extensions 2024-08-20 14:57:51 +02:00
keyword.go Fix race condition surrounding global orgWriter 2023-03-12 11:28:55 +01:00
list.go Fix race condition surrounding global orgWriter 2023-03-12 11:28:55 +01:00
org_writer.go Add support for latex blocks / environments 2022-11-02 14:16:57 +01:00
org_writer_test.go Add diff to error report when tests fail 2024-05-28 23:10:02 +01:00
paragraph.go Fix race condition surrounding global orgWriter 2023-03-12 11:28:55 +01:00
table.go Fix race condition surrounding global orgWriter 2023-03-12 11:28:55 +01:00
util.go trim leading newline char on blocks for html 2023-06-16 23:49:33 +07: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