Skip to content

1.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Oct 10:51
· 59 commits to main since this release
b495635
  • 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