formatting correction structure_of_the_yaml_input_file.md

Included line breaks before the subheadings for 'normal entry' and 'oneline entry' to make it more visually clear where one ended and the next began.

Without the clear line between, the rendered markdown showed 
`highlights: A list of bullet points. {% elif entry_name == "OneLineEntry" %}` and `date: The date as a custom string or in YYYY-MM-DD, YYYY-MM, or YYYY format. {% elif entry_name == "Normal Entry" %}`
This commit is contained in:
Joey Simone 2024-05-28 21:58:43 -07:00 committed by GitHub
parent 46a2902218
commit 471b82b270
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -166,8 +166,10 @@ Each entry type is a different object (a dictionary). Below, you can find all th
- `doi`: The DOI of the publication. - `doi`: The DOI of the publication.
- `journal`: The journal of the publication. - `journal`: The journal of the publication.
- `date`: The date as a custom string or in `YYYY-MM-DD`, `YYYY-MM`, or `YYYY` format. - `date`: The date as a custom string or in `YYYY-MM-DD`, `YYYY-MM`, or `YYYY` format.
{% elif entry_name == "Normal Entry" %} {% elif entry_name == "Normal Entry" %}
**Mandatory Fields:** **Mandatory Fields:**
- `name`: The name of the entry. - `name`: The name of the entry.
@ -179,6 +181,7 @@ Each entry type is a different object (a dictionary). Below, you can find all th
- `end_date`: The end date in `YYYY-MM-DD`, `YYYY-MM`, or `YYYY` format or "present". - `end_date`: The end date in `YYYY-MM-DD`, `YYYY-MM`, or `YYYY` format or "present".
- `date`: The date as a custom string or in `YYYY-MM-DD`, `YYYY-MM`, or `YYYY` format. This will override `start_date` and `end_date`. - `date`: The date as a custom string or in `YYYY-MM-DD`, `YYYY-MM`, or `YYYY` format. This will override `start_date` and `end_date`.
- `highlights`: A list of bullet points. - `highlights`: A list of bullet points.
{% elif entry_name == "OneLineEntry" %} {% elif entry_name == "OneLineEntry" %}
**Mandatory Fields:** **Mandatory Fields:**