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

{% check %} and {% submit %} cause 404 in README.md #48

Open
mkotsovoulou opened this issue May 24, 2021 · 1 comment
Open

{% check %} and {% submit %} cause 404 in README.md #48

mkotsovoulou opened this issue May 24, 2021 · 1 comment

Comments

@mkotsovoulou
Copy link

I cloned cs50/labs/python, to start creating my own lab and I noticed the following:

1) in .cs50.yaml

 lab50:
  file: mario.py

causes a: 400 Bad Request Please let the author of this lab know that file should now be files in .cs50.yml!
and the error is fixed when changed to:

 lab50:
       files: 
       - !include mario.py

2) in README.md

{% check %} and {% submit %} cause 404 in the left frame of lab.cs50.io 

when removed, everything works well

@ndhbr
Copy link

ndhbr commented Oct 5, 2021

I have just noticed the same thing. Are there already solutions for this?

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