ParseMarkdown<TModel> into a header object like ParseYamlHeader<TModel> #1

Open
opened 2024-03-11 04:04:38 +00:00 by dmoonfire · 0 comments
Owner

Like ParseYamlHeader<TModel>, we need something that will parse Markdown and convert the non-YAML header into a mode.

# Header 1

This is text.

gets converted into

{
  "title": "Header 1"
}

and


This is text.
Like `ParseYamlHeader<TModel>`, we need something that will parse Markdown and convert the non-YAML header into a mode. ```markdown # Header 1 This is text. ``` gets converted into ```json { "title": "Header 1" } ``` and ```markdown This is text. ```
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mfgames-cil/mfgames-cil#1
No description provided.