-
Notifications
You must be signed in to change notification settings - Fork 5
Markdown2Pdf.Services.InlineOptionsParser
GitHub Action edited this page May 25, 2024
·
1 revision
Namespace: Markdown2Pdf.Services
Assembly: Markdown2Pdf.dll
Parser for YAML front matter blocks within markdown files.
public class InlineOptionsParserobject.Equals(object), object.Equals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object, object), object.ToString()
Parses the YAML front matter block at the beginning of the given markdown file.
public static Markdown2PdfOptions ParseYamlFrontMatter(string markdownFilePath)markdownFilePath string
The path to the markdown file.
The parsed Markdown2PdfOptions from the markdown file.