(source: string)
| 1114 | } |
| 1115 | |
| 1116 | export function setSessionSource(source: string): void { |
| 1117 | STATE.sessionSource = source |
| 1118 | } |
| 1119 | |
| 1120 | export function getQuestionPreviewFormat(): 'markdown' | 'html' | undefined { |
| 1121 | return STATE.questionPreviewFormat |