mirror of
https://github.com/krontur/obsidian-swaggerjson-to-markdown.git
synced 2026-07-22 07:01:45 +00:00
- Updated type assertions in `converter-api.ts` to use `unknown` for better type safety. - Introduced `isUnknownArray` utility function to improve array type checks. - Enhanced `postCleanHtml` function in `rich-text-renderer.mjs` to annotate description tables with column count classes. - Added `getFirstTableRowColumnCount` and `getCellColumnSpan` functions to accurately determine table structure. - Modified CSS styles to target description tables based on column count instead of using `:has` selectors. - Added tests to verify that rich HTML description tables include appropriate column count classes. - Removed dynamic tooltip from slider in `ConversionOptionsModal` for a cleaner UI. |
||
|---|---|---|
| .. | ||
| converter.test.mjs | ||