Local export
++ Exports include parser warnings and an unsupported-content summary. + They do not write OneNote files. +
++ {status.phase === 'preparing' + ? 'Building the export in the local parser worker…' + : status.phase === 'complete' + ? 'The export download is ready.' + : status.phase === 'error' + ? status.message + : 'No notebook content leaves this browser.'} +
+