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

Code formatting issues with ofxCvContourFinder documentation pages #821

Open
CorpusCallosum opened this issue Aug 17, 2024 · 2 comments
Open

Comments

@CorpusCallosum
Copy link
Contributor

Hi, just noticed that the code formatting on these two pages is broken:

But, looking at the source files, I didn't see any issues, so not sure what's causing the code formatting to break here:
https://raw.githubusercontent.com/openframeworks/ofSite/master/documentation/addons/ofxOpenCv/ofxCvContourFinder.markdown

@dimitre
Copy link
Member

dimitre commented Aug 17, 2024

it seems to be using four tildes instead of three
here in github the default is three backticks ` with the language like
```c++

@CorpusCallosum
Copy link
Contributor Author

Yes, I believe that is correct, it should be using 4 tildes, as that is described in the readme as the correct approach, and also if you check the other documentation pages source codes, they are also using 4x tildes.

see: https://github.com/openframeworks/ofSite/blob/master/README.md

and for reference this page is using 4 tildes ~~~~ as an example: https://raw.githubusercontent.com/openframeworks/ofSite/master/documentation/math/ofMath_functions.markdown

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

No branches or pull requests

2 participants