-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [quartz](https://github.com/jackyzha0/quartz) from `78b33fc` to `5152d32`. - [Release notes](https://github.com/jackyzha0/quartz/releases) - [Commits](jackyzha0/quartz@78b33fc...5152d32) --- updated-dependencies: - dependency-name: quartz dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
8a5a83e
commit c8a4355
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule quartz
updated
14 files
+2,267 −1,832 | package-lock.json | |
+50 −49 | package.json | |
+4 −2 | quartz/components/renderPage.tsx | |
+1 −1 | quartz/components/styles/clipboard.scss | |
+1 −1 | quartz/components/types.ts | |
+2 −2 | quartz/plugins/transformers/frontmatter.ts | |
+1 −1 | quartz/plugins/transformers/latex.ts | |
+167 −159 | quartz/plugins/transformers/ofm.ts | |
+5 −1 | quartz/plugins/transformers/syntax.ts | |
+1 −1 | quartz/plugins/vfile.ts | |
+17 −19 | quartz/processors/parse.ts | |
+6 −3 | quartz/styles/base.scss | |
+14 −26 | quartz/styles/syntax.scss | |
+1 −2 | quartz/util/jsx.tsx |