-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: Vesperino/MerMarkEditor
base: v0.1.41
head repository: Vesperino/MerMarkEditor
compare: v0.1.42
- 6 commits
- 4 files changed
- 4 contributors
Commits on Feb 16, 2026
-
fix: add missing originalMarkdown property to Tab object literals
Fixes TypeScript build errors in CI where Tab objects were created without the required originalMarkdown field. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for e406cf5 - Browse repository at this point
Copy the full SHA e406cf5View commit details
Commits on Feb 17, 2026
-
fix: minimize markdown formatting changes during roundtrip conversion
Addresses issue #13 follow-up: editing a file no longer causes heavy reformatting. Changes: - Code blocks without language no longer get `plaintext` tag added - Tables preserve compact pipe format (no extra spaces) - Headings no longer insert extra blank lines before following content - Consecutive text lines grouped as single paragraph with hard breaks instead of being split into separate paragraphs with blank lines - Lists followed by paragraphs preserve blank line separation - Code block content trimmed to avoid extra trailing blank line Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 565784e - Browse repository at this point
Copy the full SHA 565784eView commit details -
Revert "fix: minimize markdown formatting changes during roundtrip co…
…nversion" This reverts commit 565784e.
Configuration menu - View commit details
-
Copy full SHA for 8fe30fb - Browse repository at this point
Copy the full SHA 8fe30fbView commit details -
fix: reduce extra blank lines after headings in markdown roundtrip
Change heading output in htmlToMarkdown from \n\n suffix to \n, since headings are self-terminating blocks in markdown. Also consume trailing newline from HTML with \n? in regex.
Configuration menu - View commit details
-
Copy full SHA for 16b7f42 - Browse repository at this point
Copy the full SHA 16b7f42View commit details -
Merge pull request #16 from Vesperino/fix/typescript-build-errors
fix: minimize markdown formatting changes during roundtrip
Configuration menu - View commit details
-
Copy full SHA for 19a3f67 - Browse repository at this point
Copy the full SHA 19a3f67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ad7eb0 - Browse repository at this point
Copy the full SHA 1ad7eb0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.1.41...v0.1.42