Fix issue with INIT commits in reverse order
Assets
2
Support "reset" commands
Assets
2
Fixes for:
- empty white space in markdown
- parses hints starting with
- - validation for markdown when no commit available
Assets
2
Treats the markdown as the source of truth. This means if a level/step isn't in the config, it will still build.
Allows for the new recommended way of labeling levels/steps:
In markdown:
Level: ## 1. Level one
Step: ### 1.1 A Label (label is optional)
And in commits:
1 Level
1.1 First step commit
1.1S First step solution
Assets
2
Run "validate" to for tutorial unit tests.
It will run through the tutorial like a user and test that setup fails and solution steps pass.
coderoad validate
Assets
2
PreviousNext