Skip to content

Commit

Permalink
📦 Published myst-ext-icon (#1501)
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 authored Aug 29, 2024
1 parent 9c28805 commit e0d6e28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/dirty-bugs-drop.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'myst-ext-icon': minor
'myst-ext-icon': patch
---

Add support for parsing icon roles
1 change: 0 additions & 1 deletion packages/myst-cli/src/process/myst.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { mystParse } from 'myst-parser';
import { cardDirective } from 'myst-ext-card';
import { gridDirectives } from 'myst-ext-grid';
import { proofDirective } from 'myst-ext-proof';
import { iconRole } from 'myst-ext-icon';
import { exerciseDirectives } from 'myst-ext-exercise';
import { reactiveDirective, reactiveRole } from 'myst-ext-reactive';
import { tabDirectives } from 'myst-ext-tabs';
Expand Down

0 comments on commit e0d6e28

Please sign in to comment.