-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
Description
Hi there,
Thanks for the great project. I'm writing an extension for quarto using the pandoc lua api, and wanted to have os-specific functionality inside one of my filters. The docs for pandoc.system.os
was quite bare, and I had to dig a bit to figure out what values are actually possible.
After looking through the source, I discovered it comes from here. https://hackage.haskell.org/package/base-4.21.0.0/docs/System-Info.html
Can this be added to the docs? Either a link to this, or just that its values come from System.Info
. Thanks!