include_front_matter property
Leave feedback
On this page
The option indicating whether to prepend YAML front matter to the Markdown output. Default is False.
Front matter is commonly used by static site generators such as Jekyll, Hugo, and Docusaurus. Only non-empty metadata fields are included.
@property
def include_front_matter(self):
...
@include_front_matter.setter
def include_front_matter(self, value):
...
- class
ConvertOptions
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.