Skip to content

Enable Github-Flavored-Markdown extension#330

Merged
zoni merged 2 commits intozoni:mainfrom
ryanisaacg:enable-gfm
Mar 25, 2025
Merged

Enable Github-Flavored-Markdown extension#330
zoni merged 2 commits intozoni:mainfrom
ryanisaacg:enable-gfm

Conversation

@ryanisaacg
Copy link
Contributor

Closes #328

I discovered that there is support for markdown alerts in pulldown-cmark behind the ENABLE_GFM flag.

Currently this only enables markdown alerts.
@zoni
Copy link
Owner

zoni commented Feb 9, 2025

Thanks Ryan. Would you be able to add an integration test as well, to show no more escaping is being applied after enabling this extension? (CONTRIBUTING has some pointers)

@zoni zoni merged commit 2373f97 into zoni:main Mar 25, 2025
6 checks passed
zoni added a commit that referenced this pull request Mar 25, 2025
## [25.3.0](https://github.com/zoni/obsidian-export/tree/25.3.0) - 2025-03-25

### Changes

- Support Github-Flavored-Markdown

  The Github-Flavored-Markdown extension is now enabled in the markdown parser.
  This ensures Obsidian callouts don't end up mangled by having escaping added to them. ([#328](#328), [#330](#330))

### Miscellaneous

- Dependency updates
zoni added a commit that referenced this pull request Mar 25, 2025
## [25.3.0](https://github.com/zoni/obsidian-export/tree/25.3.0) - 2025-03-25

### Changes

- Support Github-Flavored-Markdown

  The Github-Flavored-Markdown extension is now enabled in the markdown parser.
  This ensures Obsidian callouts don't end up mangled by having escaping added to them. ([#328](#328), [#330](#330))

### Miscellaneous

- Dependency updates
@ryanisaacg ryanisaacg deleted the enable-gfm branch March 26, 2025 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Obsidian callouts are broken in output

2 participants