Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
}
rehype: |
{
"codeBlocks": true
"codeBlocks": true,
"githubAlerts": true
}
log-level: debug

Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
#### Deprecated
#### Removed

## [2.6.0] - 2026-02-06

#### Added

* feat: Add GitHub alerts transformation to Confluence macros.
GitHub-flavored markdown alerts ([!NOTE], [!TIP], [!IMPORTANT],
[!WARNING], [!CAUTION]) are now converted to Confluence's native
info, note, warning, and tip macros. This feature is disabled by
default and can be enabled via `rehype.githubAlerts` configuration option.
(bumps @telefonica/markdown-confluence-sync to 2.4.0)

## [2.5.0] - 2025-11-25

### Added
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ docs/
}
rehype: |
{
"codeBlocks": true
"codeBlocks": true,
"githubAlerts": true
}
```

Expand Down Expand Up @@ -131,7 +132,8 @@ For example:
}
rehype: |
{
"codeBlocks": true
"codeBlocks": true,
"githubAlerts": true
}
```

Expand Down Expand Up @@ -249,6 +251,7 @@ module.exports = {
},
rehype: {
codeBlocks: true,
githubAlerts: true,
},
}
```
Expand Down
309 changes: 257 additions & 52 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "markdown-confluence-sync-action",
"description": "GitHub Action to sync markdown files to Confluence",
"version": "2.5.0",
"version": "2.6.0",
"author": "Telefónica Innovación Digital",
"homepage": "https://github.com/Telefonica/markdown-confluence-sync-action",
"repository": {
Expand Down Expand Up @@ -62,7 +62,7 @@
"@eslint/json": "0.6.0",
"@eslint/markdown": "6.2.1",
"@github/local-action": "2.2.0",
"@telefonica/markdown-confluence-sync": "2.3.0",
"@telefonica/markdown-confluence-sync": "2.4.0",
"@telefonica/confluence-sync": "2.2.0",
"@types/jest": "29.5.14",
"@types/node": "22.9.0",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.