Skip to content

Merge split code blocks in README to remove blank line between code and output#43

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/remove-blank-line-readme
Draft

Merge split code blocks in README to remove blank line between code and output#43
Copilot wants to merge 2 commits intomainfrom
copilot/remove-blank-line-readme

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 4, 2026

Two README examples had their code and printed output split across separate fenced code blocks, causing an unwanted blank line between them in the rendered output.

Removed the redundant closing ``` and opening ```python delimiters at both locations, merging each pair into a single continuous block:

config = FortranNMLParser().parse(text)
print(config)
&data_nml
 parameterA = 1
 parameterB = 'abc'
/
Original prompt

This section details on the original issue you should resolve

<issue_title>Remove blank line separating printed output from the code in README.md</issue_title>
<issue_description>These two python code segments could be merged into one, and that would remove the blank line between the code example and the printed output.

Similar issue with the next code example and printed output - here

Solution is to remove both sets of closing and opening code backticks. </issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: micaeljtoliveira <12744925+micaeljtoliveira@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove blank line between code and output in README.md Merge split code blocks in README to remove blank line between code and output Mar 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove blank line separating printed output from the code in README.md

2 participants