Commit 45a0a4f
committed
chore: bump version to 1.1.0 and update changelog
feat: add GFM-style table conversion and smart header detection
- Implemented GFM-style table conversion from Word and Google Docs.
- Preserved inline images in table cells during conversion.
- Enhanced header detection from bold text in the first row.
refactor: improve table cell simplification logic
- Unwrap nested block elements while preserving inline content in table cells.
- Enhanced handling of images and links within table cells.
fix: rename badge display function for clarity
- Renamed badge display function in Chrome background script for better readability.
feat: add help menu item in Firefox context menu
- Introduced a help menu item for user guidance on usage.
refactor: modularize selection conversion logic in Firefox
- Separated selection conversion logic into dedicated functions for clarity and reuse.1 parent 0eea016 commit 45a0a4f
File tree
21 files changed
+824
-122
lines changed- dist-firefox
- raycast
- lib/core
- src
- core
- platforms
- chrome
- firefox
- static
21 files changed
+824
-122
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
10 | 26 | | |
11 | 27 | | |
12 | 28 | | |
| |||
48 | 64 | | |
49 | 65 | | |
50 | 66 | | |
51 | | - | |
| 67 | + | |
| 68 | + | |
52 | 69 | | |
53 | 70 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | | - | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments