]> git.neil.brown.name Git - edlib.git/commit
render-present: don't use doc:render-line to get text.
authorNeilBrown <neil@brown.name>
Thu, 22 Jun 2023 23:02:55 +0000 (09:02 +1000)
committerNeilBrown <neil@brown.name>
Wed, 28 Jun 2023 07:51:41 +0000 (17:51 +1000)
commit0624d823c939ea6854595383a90d7b045c22358b
tree1a2de210bcd187d7884f560c8f84c01c8d6e2330
parente580c6755e4ce08baa26822fd2570881925049ef
render-present: don't use doc:render-line to get text.

doc:render-line returns a line that can include markup.  But
render-present doesn't expect or handle markup.
So use doc:get-str to get the line, and quote and '<' characters.

Signed-off-by: NeilBrown <neil@brown.name>
python/render-present.py