- Isolate concurrent LibreOffice runs with per-job profile directories (soffice -env:UserInstallation) and per-job temp folders - Poll for generated PDF and verify stable file size before reading - Consolidate temp artifacts under docstore/tmp and clean up via rm -r - Add headless/nologo flags and improve error handling ui(accessibility): - ConfirmDialog exposes proper dialog roles - DocumentFolder toggle adds type, aria-expanded, aria-controls, and title; associate content panel with an id - HTMLViewer wraps content in .html-container for HTML/TXT views test: add comprehensive Playwright specs and helpers - Accessibility, API health, deletion flows, folders, navigation, playback, and upload scenarios - Add sample.md and unsupported.xyz; update sample.pdf; extend helpers ci: run Playwright workflow on version1.0.0 branch
20 lines
No EOL
283 B
Markdown
20 lines
No EOL
283 B
Markdown
# Sample Markdown
|
|
|
|
This is a test document with basic Markdown elements.
|
|
|
|
## Section One
|
|
|
|
- Item 1
|
|
- Item 2
|
|
|
|
Visit [OpenAI](https://www.openai.com) for more information.
|
|
|
|
### Subsection
|
|
|
|
Bold text: **strong**; Italic text: _emphasis_.
|
|
|
|
Code:
|
|
|
|
```js
|
|
console.log('hello markdown');
|
|
``` |