Skip to content

Commit 3ab7e33

Browse files
committed
adjust documentation and changes
1 parent b4eaca1 commit 3ab7e33

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Confluence Wiki Markup
22

3+
## 0.1.6
4+
* fix using css and render of emoticons rendering `Content-Security-Policy`
5+
* skip render empty lines
6+
* extend documentation
7+
* merge [Improvement to CSS + Ability to Change Monospace Font for Preview](https://github.com/denco/vscode-confluence-markup/pull/14), thanks to [macintacos](https://github.com/macintacos) for contributing:
8+
* Add configuration property: `confluenceMarkup.monospaceFont` for monospace font, default: `Menlo, Monaco, Consolas, monospace`
9+
* wrap all tags with paragraf
10+
311
## 0.1.5
412
* use webview api for rendering in vscode 1.33.x
513
* refactor confluence snippets

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55
[![Installs](https://vsmarketplacebadge.apphb.com/installs-short/denco.confluence-markup.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=denco.confluence-markup)
66
[![Rating](https://vsmarketplacebadge.apphb.com/rating-short/denco.confluence-markup.svg?style=flat-square)](https://marketplace.visualstudio.com/items?itemName=denco.confluence-markup)
77

8-
Adds syntax highlighting, snippets and preview for Confluence® Wiki files in Visual Studio Code.
8+
## Description
9+
Provide preview for Confluence Markup while editing them in VSCode
910

10-
Preview for Confluence Markup while editing them in VSCode
11+
Adds syntax highlighting, snippets and preview for Confluence® Wiki files in Visual Studio Code.
1112

13+
## Supported file extentions
1214
LanguageID: `confluence`
1315

1416
Defaulft supported file extentions:
@@ -26,8 +28,11 @@ The extension can be activated in two ways
2628
* Linux & Windows: `ctrl+k v`
2729
* MAC: `cmd+k v` or `ctrl+k v`
2830

29-
Confluence Documentation
31+
## Configuration properties
32+
* *confluenceMarkup.monospaceFont* = `Menlo, Monaco, Consolas, monospace`
33+
3034

35+
## Confluence documentation
3136
* [Wiki MarkUp](https://confluence.atlassian.com/doc/confluence-wiki-markup-251003035.html)
3237
* [Storage Format](https://confluence.atlassian.com/doc/confluence-storage-format-790796544.html)
3338

0 commit comments

Comments
 (0)