Skip to content
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

Add code block syntax highlighting #50

Merged
merged 4 commits into from
Dec 19, 2023
Merged

Conversation

skydread1
Copy link
Owner

Closes #47

  • Introduce the lib cljsjs/highlight
  • Add a re-frame fx to perform the highlighting and a re-frame event to trigger the fx.
  • Use Github syntax colors

@skydread1 skydread1 self-assigned this Dec 19, 2023
Copy link

netlify bot commented Dec 19, 2023

Deploy Preview for loicblanchard ready!

Name Link
🔨 Latest commit 926aba1
🔍 Latest deploy log https://app.netlify.com/sites/loicblanchard/deploys/6581cf16263f700008485bba
😎 Deploy Preview https://deploy-preview-50--loicblanchard.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (90bec97) 90.54% compared to head (926aba1) 90.54%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #50   +/-   ##
=======================================
  Coverage   90.54%   90.54%           
=======================================
  Files           4        4           
  Lines          74       74           
=======================================
  Hits           67       67           
  Misses          7        7           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@skydread1 skydread1 merged commit d729eba into master Dec 19, 2023
6 checks passed
@skydread1 skydread1 deleted the 47-syntax-highlighting branch December 21, 2023 01:04
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.

There is no code block syntax highlighting
2 participants