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

Tutorial page "Creating a DataPointsFilter" at readthedocs.io has a problem with formatting #373

Closed
kubelvla opened this issue Apr 20, 2020 · 1 comment

Comments

@kubelvla
Copy link
Contributor

The problem is on the page https://libpointmatcher.readthedocs.io/en/latest/DataPointsFilterDev/ in the section "Generic procedure". The list of steps a has a funky format, probably an issue with markdown?

aguenette added a commit to aguenette/libpointmatcher that referenced this issue Jun 16, 2020
@aguenette
Copy link
Member

The problem is that to properly display a nested code block in a list, it must be indented using 4 spaces or 1 tab without using the code fencing (``` code ```) syntax. The list numbering is also affected by this syntax, it restart to 1 after each block.

pomerlef added a commit that referenced this issue Jun 16, 2020
Fixes tutorials formatting problem (#373)
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