- extend supported emoticons Not all emojis are supported
- fix render emoticons and local image files
- render to valid html
- disable output channel log on disposed panel
- code cosmetic
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- fix skip empty lines
- extend content security policy for inline styles
- enhance testing
- fix using css and render of emoticons rendering
Content-Security-Policy
- skip render empty lines
- extend documentation
- merge Improvement to CSS + Ability to Change Monospace Font for Preview, thanks to macintacos for contributing:
- Add configuration property:
confluenceMarkup.monospaceFont
for monospace font, default:Menlo, Monaco, Consolas, monospace
- wrap all tags with paragraf
- Add configuration property:
- use webview api for rendering in vscode 1.33.x
- refactor confluence snippets
- new logo
- preview unsaved files
- fix List indenting @win
- restructure
- win/nix test files
- fix nested lists
- fix headless table
- rendering tables with row headers
- fix rendering of tag inside of code macro
- fix noformat issue
- fix strikethrough and italic text
- add table rendering
- fix simple link
- fix keyboard shorcuts, activate only for confluence language id
- add simple css
- add preview action
- add support for confluence emoticons
- change language id from: confluence-markup to confluence
0.0.1 - First Release
- convert Textmate bundle to Visual Studio Code format.