]> git.neil.brown.name Git - edlib.git/commit
textfill: default fill:end-re to fill:start-re
authorNeilBrown <neil@brown.name>
Fri, 26 May 2023 03:22:26 +0000 (13:22 +1000)
committerNeilBrown <neil@brown.name>
Fri, 26 May 2023 22:18:43 +0000 (08:18 +1000)
commit897009a2d260e34a1198cfdfbafd9ce0ff457e39
tree3e5dfe0c95bfceb7a24e62226e1186437c184851
parent0aa5c36d82d344b140958a7938e2f846a1289463
textfill: default fill:end-re to fill:start-re

The regexp for start and end of para are usually the same, so if end-re
isn't given, use the same as start-re.

Use this to simplify md config, and enhance it a bit.

Signed-off-by: NeilBrown <neil@brown.name>
DOC/TODO.md
python/config.py
python/lib-textfill.py