Skip to content

11.3.0: GitHub Flavored Markdown

Compare
Choose a tag to compare
@bensmithett bensmithett released this 16 Aug 07:00
· 9 commits to main since this release
2f0b51a

Changes

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!