Releases: denco/vscode-confluence-markup
Releases · denco/vscode-confluence-markup
1.0.4
- extend supported emoticons Not all emojis are supported
1.0.3
- fix render emoticons and local image files
- render to valid html
- disable output channel log on disposed panel
- code cosmetic
1.0.2
- add render tip, note, info and warning macros he info, tip, note, and warning macros are not rendered
- fix render bulleted list with leading spaces Not rendering variations of bulleted list correctly
1.0.1
- modified code/noformat blocks so they can be used in lists to match confluence behaviour
- added support for code block macro titles and themes (only standard themes are supported, and there's no syntax highlighting)
- changed
white-space: normal
towhite-space: pre-wrap
forpre > code
CSS to match confluence behaviour and commonmark spec (white space is preserved) - changed test files to accomodate above changes
- updated github workflow actions to v3
- Big Thanks to NSHenry to providing this features
1.0.0
- non preview release 1.0.0
- fix render links inside of table Preview is not working using links inside a table
- fix render local images Image preview
- render image attributes
0.1.12
- fix monospace with digits Monospaced Text does not seem to be supported
- add check for undefined panel and webview
- fix regex for line-through and italic formats
0.1.11
- enchange color macro with support for rgb and hex colors Support to {color:}
- adjust css, word breakes on space for code/noformat macros
- fix regex for code/noformat macro
0.1.10
- fix Error by display of multiply links or escaped link markup in the same line
- fix regex for code/noformat macro
- add dev's enhansments: linting, tests, ci
0.1.9
- fix Can't use [ and ] in string
- add panel macro support panel support
- add bages for Open VSX Registry
- use bages from shilds.io
- migrate from
vscode
dependency to@types/vscode
andvscode-test
, s. Migrating fromvscode
0.1.8
- fix Multiply inline monospace macro
- fix Italic with dot at the end
- fix rendering striked-throu markup
- adjust content security policy
- add downloads badge in README.MD