Skip to content

Commit

Permalink
Merge pull request #31 from taga3s/chore/packages
Browse files Browse the repository at this point in the history
chore: rename directory
  • Loading branch information
taga3s authored Sep 19, 2024
2 parents b99b6c4 + cb8ca67 commit c8d5e15
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

When you want only highlighting code block, just use this package. If you want to display a filename, you need to install `remark-momiji`.

<img src="../assets/rehype-momiji-sample.png" alt="example usage of rehype-momiji" />
<img src="./docs/assets/rehype-momiji-sample.png" alt="example usage of rehype-momiji" />
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import remarkBreaks from 'remark-breaks';
import remarkFrontmatter from 'remark-frontmatter';
import remarkMdxFrontmatter from 'remark-mdx-frontmatter';
import remarkGfm from 'remark-gfm'
import rehypeMomiji from './app/modules/rehype-momiji/rehypeMomiji'
import remarkMomijiCodeFilename from './app/modules/remark-momiji/remarkMomijiCodeFilename'
import rehypeMomiji from './app/packages/rehype-momiji/rehypeMomiji'
import remarkMomijiCodeFilename from './app/packages/remark-momiji/remarkMomijiCodeFilename'

export default defineConfig(() => {
return {
Expand Down

0 comments on commit c8d5e15

Please sign in to comment.