We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@m3rabb if you have a moment to checkout the numbered-list branch, I bet this is a problem you can help us resolve pretty easily:
The following static HTML displays as a numbered list in Chrome:
When we generate a list with the same tags in the createCourseElement function inside src/main.js, we get bullets instead of numbers. (See https://github.com/rouson/classroom-randomizer/blob/numbered-list/src/main.js#L13.)
src/main.js
The text was updated successfully, but these errors were encountered:
m3rabb
No branches or pull requests
@m3rabb if you have a moment to checkout the numbered-list branch, I bet this is a problem you can help us resolve pretty easily:
The following static HTML displays as a numbered list in Chrome:
When we generate a list with the same tags in the createCourseElement function inside
src/main.js
, we get bullets instead of numbers. (See https://github.com/rouson/classroom-randomizer/blob/numbered-list/src/main.js#L13.)The text was updated successfully, but these errors were encountered: