Skip to content

Conversation

@danieldk
Copy link
Contributor

Extracting examples from HF doc-builder did not work because they are indented after extraction like

Example:
    ```python
    ...
    ```

which caused the language check to fail, since it did not take into account that the code block could still be preceded by whitespace.

Incidentally, this also uncovered a bug in testing the README markdown, since this requires memory=True, as the README itself describes.

Extracting examples from HF doc-builder did not work because they
are indented after extraction like

Example:
    ```python
    ...
    ```

which caused the language check to fail, since it did not take into
account that the code block could still be preceded by whitespace.

Incidentally, this also uncovered a bug in testing the README markdown,
since this requires `memory=True`, as the README itself describes.
@koaning koaning merged commit f09527b into koaning:main Jul 25, 2025
4 checks passed
@danieldk danieldk deleted the hf-docs-style branch July 25, 2025 12:06
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