sharpie.webserver.server.markdown_utils

Functions

load_task_description(…)

Load task description from a Markdown file in the app's directory.

parse_markdown_sections(…)

Parse markdown content into sections based on headers.

sharpie.webserver.server.markdown_utils.load_task_description(app_folder)

Load task description from a Markdown file in the app’s directory.

Args:

app_folder (str): The name of the app folder

Returns:

dict: Dictionary containing parsed sections of the task description

sharpie.webserver.server.markdown_utils.parse_markdown_sections(content)

Parse markdown content into sections based on headers.

Args:

content (str): Raw markdown content

Returns:

dict: Dictionary with section names as keys and content as values