Hi @mchav! I'd like to use scripths in the documentation process of a Haskell tool at work. I want to put in my MANUAL.md all the possible values of an enum defined in this project (in a visible public sub-library, so with the format project:project-core).
However using cabal directives in the source markdown, I get unknown package.
Is there a way to make scripths discover the local project while operating on a markdown notebook?
Hi @mchav! I'd like to use scripths in the documentation process of a Haskell tool at work. I want to put in my MANUAL.md all the possible values of an enum defined in this project (in a visible public sub-library, so with the format
project:project-core).However using cabal directives in the source markdown, I get
unknown package.Is there a way to make
scripthsdiscover the local project while operating on a markdown notebook?