Closed
Description
A newline is mistakenly inserted in between "some fancy" and "font".
$ cat test.md
---
mainfontfallback: some fancy font
...
$ pandoc -t context -s test.md | sed '/fancy/,+1!d'
\definefallbackfamily[mainface][rm][some fancy
font][range=0x0000-0xFFFF, check=yes, force=no]
$ pandoc -v
pandoc 3.5
Features: +server +lua
Scripting engine: Lua 5.4
User data directory: /home/exp/.local/share/pandoc
Copyright (C) 2006-2024 John MacFarlane. Web: https://pandoc.org
This is free software; see the source for copying conditions. There is no
warranty, not even for merchantability or fitness for a particular purpose.