11.3.0: GitHub Flavored Markdown
Changes
- #51 default to using GitHub Flavored Markdown in MDX files (as per https://mdxjs.com/guides/gfm/)
Diff: https://github.com/bensmithett/tropical/pull/51/files
Upgrade instructions (more info)
Merge upstream changes
First, configure this repo as a remote for your repo (you only need to do this once)
git remote add template https://github.com/bensmithett/tropical.git
Then fetch & merge the latest changes, resolving any conflicts manually:
git fetch template
git merge template/main
or...
Manually update your code
Merging upstream changes should be straightforward for this change (unless you've made lots of changes to Vite config or TropicalCodeBlock
) but see v11.2.0...2f0b51a for changes you can make to your project manually.
As always, open an issue if you're having trouble upgrading and I'll help you through it!