()
| 1118 | } |
| 1119 | |
| 1120 | export function getQuestionPreviewFormat(): 'markdown' | 'html' | undefined { |
| 1121 | return STATE.questionPreviewFormat |
| 1122 | } |
| 1123 | |
| 1124 | export function setQuestionPreviewFormat(format: 'markdown' | 'html'): void { |
| 1125 | STATE.questionPreviewFormat = format |
no outgoing calls
no test coverage detected