diplodoc-platform / diplodoc

Entrypoint to Diplodoc platform
MIT License
183 stars 6 forks source link

Warning block break rendering of tabs #20

Open rekby opened 1 month ago

rekby commented 1 month ago

Problem (no languages after C++): image

Fix: https://github.com/ydb-platform/ydb/pull/9729

After fix: image

3y3 commented 1 month ago

I'm not sure that this is a bug.

Can you try applying another fix, where you indent {% note %} with spaces? This way, the note should be included in the tab list.

If this doesn't help, we'll need to investigate the conflict between tabs and notes. Otherwise, we will create a new linter rule for this case.

rekby commented 1 month ago

indent with spaces helps too, thanks.

What about remove requirements of indents or fail build if the tool see stop indentation, when it need by requirements?