Skip to content

1.0.1

Compare
Choose a tag to compare
@LiamRiddell LiamRiddell released this 30 Apr 15:47
· 4 commits to main since this release

Changes

  • 馃帀 Inline Solve Enhancements: Get ready for an even smoother experience with Inline Solve, thanks to the brilliant contributions of @iamrecursion! 馃檶 We've fine-tuned the committing process to make your calculations shine. Now, when you commit your Inline Solve results, they'll be wrapped in stylish backticks (```), making them stand out with elegance. But wait, there's more! We've also added the option to include an equals sign (=) before the result, giving your calculations that extra touch of clarity. It's all about making your problem-solving journey as seamless and visually appealing as possible.

Examples

  • With backticks = Total: s`100 + 100` outputs Total: `200`
  • With equals = Total: s`100 + 100` outputs Total: = 200
  • Combined = Total: s`100 + 100` outputs Total: `= 200`