Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Vesperino/MerMarkEditor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.41
Choose a base ref
...
head repository: Vesperino/MerMarkEditor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.42
Choose a head ref
  • 6 commits
  • 4 files changed
  • 4 contributors

Commits on Feb 16, 2026

  1. 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>
    Vesperino and claude committed Feb 16, 2026
    Configuration menu
    Copy the full SHA
    e406cf5 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2026

  1. 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>
    Vesperino and claude committed Feb 17, 2026
    Configuration menu
    Copy the full SHA
    565784e View commit details
    Browse the repository at this point in the history
  2. Revert "fix: minimize markdown formatting changes during roundtrip co…

    …nversion"
    
    This reverts commit 565784e.
    Vesperino committed Feb 17, 2026
    Configuration menu
    Copy the full SHA
    8fe30fb View commit details
    Browse the repository at this point in the history
  3. 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.
    Vesperino committed Feb 17, 2026
    Configuration menu
    Copy the full SHA
    16b7f42 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #16 from Vesperino/fix/typescript-build-errors

    fix: minimize markdown formatting changes during roundtrip
    Vesperino authored Feb 17, 2026
    Configuration menu
    Copy the full SHA
    19a3f67 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ad7eb0 View commit details
    Browse the repository at this point in the history
Loading