[visual] Convert pasted HTML to LaTeX (#12094)

GitOrigin-RevId: a2fd4411ab8655eea834d321025efb9644081252
This commit is contained in:
Alf Eaton
2023-08-14 08:05:05 +00:00
committed by Copybot
parent e90ffd2b54
commit 8f1de5fa09
4 changed files with 656 additions and 0 deletions
@@ -689,6 +689,12 @@ const ProjectController = {
cb()
})
},
pasteHtmlAssignment(cb) {
SplitTestHandler.getAssignment(req, res, 'paste-html', () => {
// We'll pick up the assignment from the res.locals assignment.
cb()
})
},
sourceEditorToolbarAssigment(cb) {
SplitTestHandler.getAssignment(
req,