Skip to content

Latest commit

 

History

History
124 lines (86 loc) · 6.04 KB

CHANGELOG.md

File metadata and controls

124 lines (86 loc) · 6.04 KB

Confluence Wiki Markup

  • fix render emoticons and local image files
  • render to valid html
  • disable output channel log on disposed panel
  • code cosmetic
  • 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 to white-space: pre-wrap for pre > 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
  • 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 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
  • use webview api for rendering in vscode 1.33.x
  • refactor confluence snippets
  • new logo
  • preview unsaved files
  • 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.