Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
dbushell committed Aug 30, 2024
1 parent 4909955 commit 27f0072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/markdown.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {encodeBase64} from '@std/encoding';
import * as shiki from 'shiki';
import {transformerRenderWhitespace} from '@shikijs/transformers';
// import {hmmarkdown, hmmtypography, defaultOptions} from '@dbushell/hmmarkdown';
import {hmmarkdown, hmmtypography, defaultOptions} from '../../packages/hmmarkdown/mod.ts';
import {hmmarkdown, hmmtypography, defaultOptions} from '@dbushell/hmmarkdown';
// import {hmmarkdown, hmmtypography, defaultOptions} from '../../packages/hmmarkdown/mod.ts';
export {hmmtypography};

export const cssMap = new Map<string, string>();
Expand Down

0 comments on commit 27f0072

Please sign in to comment.