You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Titles for code blocks.
Transformed code into a block style similar to panels that allows for title usage.
* Corrected missing curly brace
* Further attempt at fixing code blocks
* Working code blocks with line breaks.
* Updated comments and cleaned disabled code.
* updated variable naming for clarity
* bullets with caveats
* A much more elegant solution that pays attention to code blocks.
* Added preset confluence styles.
* Brought back original code block.
* Update package.json
* Fixed simple code block issue.
* refactor and simplify logic
* updating actions/checkout version
* updating actions/setup-node version
* Updated tests and modified parser for clarity.
* Refactoring and test updates.
* Variable rename
* Clean CSS & update some comments
* Update CHANGELOG.md
* Enabling whitespace preservation in code blocks.
* Update CHANGELOG.md
* CSS Adjustments
* Excluded code blocks from hyphen replacement.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Confluence Wiki Markup
2
2
3
+
## [1.0.1]
4
+
5
+
- modified code/noformat blocks so they can be used in lists to match confluence behaviour
6
+
- added support for code block macro titles and themes (only standard themes are supported, and there's no syntax highlighting)
7
+
- changed `white-space: normal` to `white-space: pre-wrap` for `pre > code` CSS to match confluence behaviour and commonmark spec (white space is preserved)
0 commit comments