Skip to content

Commit 40cc3ec

Browse files
markdown-wc v0.6
1 parent 5f52706 commit 40cc3ec

File tree

10 files changed

+8
-78
lines changed

10 files changed

+8
-78
lines changed

.changeset/bright-apes-care.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/byok-machine-translate.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

.changeset/curly-taxis-sell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-cli-create-require.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/incremental-lix-sync.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

.changeset/sherlock-logging-output.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sherlock-observe-message-view.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/split-read-file-tool.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/markdown-wc/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @opral/markdown-wc
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- b5e780c: Add support for GitHub-style alert blockquotes (`> [!NOTE]`, `> [!TIP]`, `> [!IMPORTANT]`, `> [!WARNING]`, `> [!CAUTION]`). Alerts render as standard `<blockquote>` elements annotated with `data-mwc-alert`, and include a hideable `[data-mwc-alert-marker]` span for site-specific styling (e.g. `blockquote[data-mwc-alert="note"] { ... }` and `blockquote[data-mwc-alert] [data-mwc-alert-marker]{display:none}`). Add an opt-in `externalLinks` option to open absolute http(s) links in a new tab with `rel="noopener noreferrer"`. Code blocks are annotated with `data-mwc-codeblock` for consumer styling and hydration.
8+
- 87b5dd6: Stop injecting default inline styles into rendered HTML and remove the `inlineStyles` option. The previous default look is now provided as a separate stylesheet at `@opral/markdown-wc/default.css`, which apps can import if they want the old styling.
9+
310
## 0.5.0
411

512
### Minor Changes

packages/markdown-wc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@opral/markdown-wc",
33
"type": "module",
4-
"version": "0.5.0",
4+
"version": "0.6.0",
55
"private": false,
66
"publishConfig": {
77
"access": "public"

0 commit comments

Comments
 (0)