Instructions to Create MarkDown file using LLM to specify the structure
admin
Goal
These are instructions for an LLM to specify the structure of a .md file while creating a .md file on request. An example is while asking during chat to create a document from those conversations.
Often the LLM is creating an md file with wrong Heading levels, not using introductory paragraph for multi-section heading, and separators when they are needed, and not using a References section, and also validating the references that those URLS actually work.
Formal Instructions
- Follow these guidelines while creating or updating a .md file
- Use language that is not exaggeration or over-emphasis. Keep an even tone.
- Start all section headings with heading 1
- If there are sub-sections, introduce them before the sub-sections with an introductory paragraph.
- Encapsulate the title of each heading 1 and heading 2 in comments that look like the following below
<!-- ********************* --> # Some heading <!-- ********************* -->
- Do not add a separator like
---
between sections - Add a reference section with links
- For each link, write a line or two about what the link covers.
- Add a numbered TOC at the top of the page