Kim Alvefur
5a55805a67
tools/2xep: Fix encoding of simple list metadata
...
An extra wrapper element was added
```
<lastcall>
<lastcall>2017-11-15</lastcall>
</lastcall>
```
Correct is one element with text for each item
```
<lastcall>2017-11-15</lastcall>
```
2022-12-27 17:30:51 +01:00
Kim Alvefur
e7e1fca3bf
Pass trough entity references into markdown
...
In order to allow e.g. &xepnnnn; references in text.
2021-03-03 15:51:19 +01:00
Kim Alvefur
0ccc34d1cf
Reduce error on missing required metadata to yelling on stderr
2021-03-03 15:51:19 +01:00
Kim Alvefur
e7625fa93b
Allow dependencies to be missing from metadata
...
xep2md leaves it out if there are zero dependencies in the input, so
seems sensible to mirror that in the opposite direction
2021-03-03 15:51:19 +01:00
Kim Alvefur
e8d73dec14
Tweak headers of to/from markdown tooling
2021-02-17 16:28:31 +01:00
Kim Alvefur
10da72c298
Add tooling for conversion to/from Markdown
...
Long past time I recorded these somewhere.
2021-02-14 02:12:23 +01:00