Skip to content

Fixed markdown errors with chars after a code block. #702

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

Merged
merged 1 commit into from
Sep 6, 2019

Conversation

SeppPenner
Copy link
Contributor

From #701:

I have checked the plural occurences with the following regex'es:

`String()`[a-zA-Z]
`array`[a-zA-Z]
`bool`[a-zA-Z]
`boolean`[a-zA-Z]
`byte`[a-zA-Z]
`char`[a-zA-Z]
`double`[a-zA-Z]
`float`[a-zA-Z]
`int`[a-zA-Z]
`long`[a-zA-Z]
`short`[a-zA-Z]
`size_t`[a-zA-Z]
`string`[a-zA-Z]
`unsigned char`[a-zA-Z]
`unsigned int`[a-zA-Z]
`unsigned long`[a-zA-Z]
`void`[a-zA-Z]
`word`[a-zA-Z]

including all data types from https://www.arduino.cc/reference/en/#variables.

This should fix all the markdown issues with this kind of error.

@SeppPenner
Copy link
Contributor Author

@per1234 This should be an easy one to merge :)

@per1234 per1234 merged commit 353e5c2 into arduino:master Sep 6, 2019
@per1234
Copy link
Collaborator

per1234 commented Sep 6, 2019

Thanks!

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.

2 participants