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

small visual bug #342

Closed
osbm opened this issue Oct 17, 2022 · 2 comments
Closed

small visual bug #342

osbm opened this issue Oct 17, 2022 · 2 comments

Comments

@osbm
Copy link

osbm commented Oct 17, 2022

in chapter 3/3.mdx. There is a misgenerated HTML code block:

image

This may be resolved by turning this code block

```
trainer.train()
```

into this:

```py
trainer.train()
```

But I don't know how to test this on my machine.

@wonhyeongseo
Copy link
Contributor

Hello @osbm, this issue has been fixed by #370

@osbm
Copy link
Author

osbm commented Nov 22, 2022

Wonderful, you guys are awesome :)

@osbm osbm closed this as completed Nov 22, 2022
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