feat: added markdown editor for editing problems in markdown format (#1805)

This commit is contained in:
Muhammad Anas
2025-04-24 01:24:27 +05:00
committed by GitHub
parent 74d7d66c59
commit 380f3be164
54 changed files with 1415 additions and 243 deletions

View File

@@ -0,0 +1,13 @@
/* eslint-disable */
const olx =`<problem>
<stringresponse type="ci">
<additional_answer />
<textline size="20"/>
</stringresponse>
</problem>`
const markdown = `= the correct answer
or= optional acceptable variant of the correct answer
`
export default { olx, markdown };