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
As a user, I want to be able to add regex values to the input param so that I don't have to manually write out every single file in the manifest. Examples:
Any file in the current directory starting with module-
input:
frontmatter: ""module-*: {noYAML: true}
Any file in the current directory starting with a number
input:
frontmatter: ""^[0-9]: {noYAML: true}
Any file in the current directory ending with a word
As a user, I want to be able to add regex values to the
input
param so that I don't have to manually write out every single file in the manifest. Examples:Any file in the current directory starting with
module-
Any file in the current directory starting with a number
Any file in the current directory ending with a
word
Any file in
module/
ending in-chapter.md
The text was updated successfully, but these errors were encountered: