Files
pandoc/test
Albert Krewinkel 13a5b1a4df Org reader: parse parameter lists on unknown blocks.
The reader tries to parse the rest of the opening line of a block, e.g.,
`#+begin_myblock …`, as a parameters list. It first assumes that the parameters
are in lisp-style (`:key value`), then alternatively tries to read python-style
key-value pairs (`key=value`) and falls back to reading the entire remaining
line as a single `parameter` attribute.

This method is also applied to dynamic blocks.

Closes: #11188
2025-10-18 17:35:23 +02:00
..
2025-10-18 15:03:50 +02:00
2023-01-13 09:13:27 -08:00
2025-08-10 08:20:49 +02:00
2025-09-08 09:22:56 +02:00
2025-10-18 15:03:50 +02:00
2025-09-15 12:45:28 +02:00
2024-02-13 23:10:42 -08:00
2024-11-06 10:04:33 -08:00
2024-11-06 10:04:33 -08:00
2024-12-27 11:10:48 -08:00
2024-05-31 09:38:34 -06:00
2025-09-15 12:45:28 +02:00
2025-02-28 22:55:39 -08:00
2023-07-06 12:20:20 -07:00
2024-11-06 10:04:33 -08:00
2025-08-11 16:05:42 -07:00
2025-08-11 16:05:42 -07:00
2024-05-15 18:08:13 -07:00
2025-09-15 12:45:28 +02:00