You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(pat-markdown): Soft-depend on pat-syntax-highlight.
Only highlight code blocks when the pattern is available.
Not hard-depending and importing pat-syntax-highlight fixes a problem
where only including pat-markup also included pat-syntax-highlight and
it's big highlight.js library.
This can reduce the generated bundle size significantly.
0 commit comments