-
Notifications
You must be signed in to change notification settings - Fork 16
Math expression support #129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✅ Deploy Preview for raredocs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #129 +/- ##
==========================================
+ Coverage 92.73% 92.85% +0.11%
==========================================
Files 129 136 +7
Lines 6624 6915 +291
==========================================
+ Hits 6143 6421 +278
- Misses 355 365 +10
- Partials 126 129 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
docs/usage/math.md
Outdated
{! 2(1+1) } => 4 | ||
``` | ||
|
||
As a brief example |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wat
Support basic math expressions via the
{! expr}
helper. Eg.{! 2+2}