Skip to content

Commit 1d8f18c

Browse files
committed
add issue 22 case
1 parent 7d86535 commit 1d8f18c

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

src/test/testfiles/nix/issues.confluence

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,21 @@ This is a {{test}} of how things work with {{confluence}} markup.
6060

6161
_Blah blah blah._
6262

63+
[#22|https://github.com/denco/vscode-confluence-markup/issues/22] panel support
64+
65+
{panel}
66+
Some text
67+
{panel}
68+
69+
{panel:title=My Title}
70+
Some text with a title
71+
{panel}
72+
73+
{panel:title=My Title|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1|bgColor=#FFFFCE}
74+
a block of text surrounded with a *panel*
75+
yet _another_ line
76+
{panel}
77+
6378
[#24|https://github.com/denco/vscode-confluence-markup/issues/24]: Can't use [ and ] in string
6479

6580
[lalala]

src/test/testfiles/win/issues.confluence

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,21 @@ This is a {{test}} of how things work with {{confluence}} markup.
6060

6161
_Blah blah blah._
6262

63+
[#22|https://github.com/denco/vscode-confluence-markup/issues/22] panel support
64+
65+
{panel}
66+
Some text
67+
{panel}
68+
69+
{panel:title=My Title}
70+
Some text with a title
71+
{panel}
72+
73+
{panel:title=My Title|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1|bgColor=#FFFFCE}
74+
a block of text surrounded with a *panel*
75+
yet _another_ line
76+
{panel}
77+
6378
[#24|https://github.com/denco/vscode-confluence-markup/issues/24]: Can't use [ and ] in string
6479

6580
[lalala]

0 commit comments

Comments
 (0)