-
Notifications
You must be signed in to change notification settings - Fork 5
Markdown2Pdf.Options.Theme
GitHub Action edited this page May 25, 2024
·
7 revisions
Namespace: Markdown2Pdf.Options
Assembly: Markdown2Pdf.dll
The theme to use for styling the document.
public abstract class Themeobject.Equals(object), object.Equals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object, object), object.ToString()
Githubs markdown theme.
public static Theme Github { get; }If the option String) is being used,
the npm-package github-markdown-css needs to be installed in the corresponding location.
Latex like document styling.
public static Theme Latex { get; }If the option String) is being used,
the npm-package latex.css needs to be installed in the corresponding location.
Don't apply any theme to the document.
public static Theme None { get; }Define your own theme.
public static Theme Custom(string cssPath)cssPath string
Path to the css containing the styles.
The generated PredefinedTheme