Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix duplicated text in Glossary introduced by merge conflict #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

scrool
Copy link

@scrool scrool commented Aug 31, 2024

Before these changes Glossary contained couple of sections of duplicated text which seem to be caused by a merge conflict with stashed changes.

I have picked those parts that had more text and used structured formatting with titles rather bullet points - most of it comes from previous commit 30c087d.

I have removed paragraph:

See (classicperipheraltable.md)(this table of Classic AVR
peripherals and which parts have them) for a full list (this table
has not been created as of 4/14/2020, but it will be)

originally from the stash which is referring to nonexistant file.

Separators like ======= which git added during merge conflict have formatting meaning in markdown so after these changes text should render without whole sentences marked as titles again.

Before these changes Glossary contained couple of sections of duplicated
text which seem to be caused by a merge conflict with stashed changes.

I have picked those parts that had more text and used structured
formatting with titles rather bullet points - most of it comes from
previous commit 30c087d.

I have removed paragraph:

    See (classicperipheraltable.md)(this table of Classic AVR
    peripherals and which parts have them) for a full list (this table
    has not been created as of 4/14/2020, but it will be)

originally from the stash which is referring to nonexistant file.

Separators like `=======` which git added during merge conflict have
formatting meaning in markdown so after these changes text should render
without whole sentences marked as titles again.
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.

1 participant