-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(problem): support for problems (#43)
* chore: update spell check * ci(release): fix version in ci * feat(md): add markdown editor * feat(problem): support create new problem * chore: bump version * chore: fix code spell check * chore: fix code spell * feat(problem): add problem page
- Loading branch information
Showing
11 changed files
with
461 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
"algohub": patch:feat | ||
--- | ||
|
||
Add page for problem | ||
|
||
- Add support for microsoft Monaco editor and setup to run Monaco locally. | ||
- Initial commit for submit code with specific language. | ||
- Set `Rust` as default language for submit code. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.