473 Commits

Author SHA1 Message Date
Manuel Rüger
dbadf47954 Bump version to 9.5.1 9.5.1 2023-05-23 11:53:43 +02:00
Manuel Rüger
9a37fc4713 Drop newlines within macros
Newlines will cause trouble when rendering and the macro is used inside
a table.
2023-05-23 11:49:04 +02:00
Manuel Rüger
6d8d70a415 Version bump to 9.5.0 9.5.0 2023-05-23 08:43:06 +02:00
Manuel Rüger
cb5e4aa28a Bump dependencies 2023-05-23 07:33:11 +02:00
Manuel Rüger
6a63913a1e Add user profile macro 2023-05-23 07:33:11 +02:00
Manuel Rüger
d67cc63871 Fallback to old user search 2023-05-23 07:33:11 +02:00
Manuel Rüger
08281712cc Add expand macro 2023-05-23 07:33:11 +02:00
Manuel Rüger
484f988f32 Move drop-h1 to the renderer
This is more reliable than a regular expression.
2023-05-22 07:55:04 +02:00
Ryan Kitchen
5602297459 Update README.md
updated per mrueg suggestions
2023-05-12 19:45:33 +02:00
Ryan Kitchen
679eb7fb48 Update README.md
tiny changes, big impact
2023-05-12 19:45:33 +02:00
Ryan Kitchen
f0bb70651e Update README.md
Co-authored-by: Manuel Rüger <manuel@rueg.eu>
2023-05-10 19:06:40 +02:00
Ryan Kitchen
ae5163d470 Update README.md 2023-05-10 19:06:40 +02:00
Manuel Rüger
3271218a9a Bump version to 9.4.0 9.4.0 2023-05-05 14:52:52 +02:00
Manuel Rüger
2aa1606d11 Fix usage of strings.ReplaceAll 2023-05-05 14:51:51 +02:00
Rémi Courtel
eba2396010 fix 305: external images URLs are not properly escaped 2023-05-05 14:41:59 +02:00
Manuel Rüger
622be6e25f Support customizable layouts 2023-05-05 10:52:04 +02:00
Manuel Rüger
21d0a7d8bc Bump version to 9.3.1 9.3.1 2023-05-03 21:32:42 +02:00
Manuel Rüger
13c594981e Fix mermaid-go rendering 2023-05-03 21:31:45 +02:00
Manuel Rüger
af221d50c7 .goreleaser.yml: Support arm64 builds 2023-05-03 21:26:41 +02:00
Manuel Rüger
72cfc04ab6 Bump version to 9.3.0 9.3.0 2023-05-03 18:47:50 +02:00
Manuel Rüger
fd97ee70f9 Support inline images 2023-05-03 18:47:20 +02:00
Manuel Rüger
2b756daf37 Add debug output for config 2023-05-03 18:30:47 +02:00
Manuel Rüger
51accf008f Bump version to 9.2.1 9.2.1 2023-04-26 12:15:14 +02:00
Manuel Rüger
73f2693421 Dockerfile: Use dumb-init and overwrite entrypoint 2023-04-26 12:14:49 +02:00
Manuel Rüger
abd0c8bad6 Bump version to 9.2.0 9.2.0 2023-04-26 08:03:04 +02:00
Dreampuf
d9d560eda0 Add support for mermaid via library
Implementation is largely based on: https://github.com/kovetskiy/mark/pull/167

Co-Authored-By: Manuel Rueger <manuel@rueg.eu>
2023-04-25 23:59:17 +02:00
Manuel Rüger
88c070f524 Add issue templates 2023-04-25 22:58:00 +02:00
Manuel Rüger
4c3d417725 Ignore error if default config file does not exist 2023-04-25 22:47:40 +02:00
Manuel Rüger
2f44bcb6be Make config backwards-compatible 2023-04-20 14:34:55 +02:00
Manuel Rüger
262853f6c0 Simplify config handling
* Switch to urfave/cli/v2
* Add more environment variables
2023-04-20 14:34:55 +02:00
Manuel Rüger
d1f69bc704 Bump version to 9.1.4 9.1.4 2023-04-03 14:26:09 +02:00
Manuel Rüger
2773e15056 .github: Quote go version 2023-04-03 14:26:09 +02:00
Manuel Rüger
1c1f82a55e Bump version to 9.1.3 9.1.3 2023-04-03 14:06:23 +02:00
Manuel Rüger
2e52ae8847 .github: Fix goreleaser build 2023-04-03 14:06:23 +02:00
Manuel Rüger
c6d01eb3de Bump version to 9.1.2 9.1.2 2023-04-03 13:56:49 +02:00
Manuel Rüger
f75924b1a9 .github: Fix tag 2023-04-03 13:56:49 +02:00
Manuel Rüger
20afbc534a Bump version to 9.1.1 9.1.1 2023-04-03 13:42:38 +02:00
Manuel Rüger
768b470322 .github: Fix release workflow 2023-04-03 13:42:38 +02:00
Manuel Rüger
657d4f5c61 Bump version to 9.1.0 9.1.0 2023-04-03 13:32:51 +02:00
Manuel Rüger
1b6ab893ef
Merge pull request #279 from mrueg/build-fixes
go 1.20 / docker image push automation
2023-04-03 13:32:20 +02:00
Manuel Rüger
429bbf9bff Push Docker image on tag 2023-04-03 13:30:48 +02:00
Manuel Rüger
7969bcbfdd
Merge pull request #278 from mrueg/add-anchor
feat: Support anchor macro
2023-04-03 13:30:10 +02:00
Manuel Rüger
eade059cad Update to go 1.20 2023-04-03 13:21:40 +02:00
Manuel Rüger
9bb9f45326 feat: Support anchor macro 2023-04-03 13:11:35 +02:00
Manuel Rüger
a29feb1e96
Merge pull request #277 from mrueg/support-ac-include
feat: Support page include, excerpt and excerpt-include macro
2023-04-03 10:23:00 +02:00
Manuel Rüger
deb7cd9cbc feat: Add Excerpt and ExcerptInclude macros 2023-03-31 17:35:18 +02:00
Manuel Rüger
1285947ab3 feat: Support page inclusion macro
Also generalize the ac_tag_parser a bit and support <ri:* /> tags as
well
2023-03-31 16:47:24 +02:00
Manuel Rüger
943a356508 Bump version to 9.0.3 9.0.3 2023-03-31 11:40:29 +02:00
Manuel Rüger
8193f2d466
Merge pull request #273 from bernd/fix/issue-272
Implement a custom parser for `<ac:*/>` tags
2023-03-31 11:35:42 +02:00
Bernd Ahlers
80d906417c
Fix custom link renderer and add tests for Confluence links
Since we now have a custom parser for <ac:*/> tags, the custom link
renderer added an additional </a> tag at the end of each internal
Confluence link.

Add tests for internal links and add an example for internal links with
spaces in page titles to the README file.
2023-03-31 11:09:58 +02:00