Skip to content

Commit

Permalink
update generators to use next generation builtin languages (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrunde committed Apr 11, 2023
1 parent 379c570 commit 882d852
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/cmd/markdown.go
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ const javascriptTemplate = `<!-- >>>>>>>>>>>>>>>>>>>>>> BEGIN CHALLENGE >>>>>>>>
### !challenge
* type: code-snippet
* language: javascript
* language: javascript18
* id: %s
* title: [text, a short question title]
<!-- * points: [1] (optional, the number of points for scoring as a checkpoint) -->
Expand Down Expand Up @@ -872,7 +872,7 @@ const javascriptTemplateMin = `<!-- >>>>>>>>>>>>>>>>>>>>>> BEGIN CHALLENGE >>>>>
### !challenge
* type: code-snippet
* language: javascript
* language: javascript18
* id: %s
* title:
Expand Down Expand Up @@ -1018,7 +1018,7 @@ const pythonTemplate = `<!-- >>>>>>>>>>>>>>>>>>>>>> BEGIN CHALLENGE >>>>>>>>>>>>
### !challenge
* type: code-snippet
* language: python3.6
* language: python3.9
* id: %s
* title: [text, a short question title]
<!-- * points: [1] (optional, the number of points for scoring as a checkpoint) -->
Expand Down Expand Up @@ -1074,7 +1074,7 @@ const pythonTemplateMin = `<!-- >>>>>>>>>>>>>>>>>>>>>> BEGIN CHALLENGE >>>>>>>>>
### !challenge
* type: code-snippet
* language: python3.6
* language: python3.9
* id: %s
* title:
Expand Down

0 comments on commit 882d852

Please sign in to comment.