You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
A newline is mistakenly inserted in between "some fancy" and "font".
The text was updated successfully, but these errors were encountered: