44 Commits

Author SHA1 Message Date
Manuel Rüger
ac982f3077 Add panel macro 2023-07-05 15:48:11 +02:00
Ryan Kitchen
383e4ae2d0 Update pkg/mark/stdlib/stdlib.go
Co-authored-by: Manuel Rüger <manuel@rueg.eu>
2023-06-08 22:52:46 +02:00
Ryan
063b6e7e1b page-tree 2023-06-08 22:52:46 +02:00
Manuel Rüger
22bf46026b Fix user mentioning 2023-06-08 22:49:15 +02:00
Zackery Griesinger
80d3be268d Add Jira Filter View Macro 2023-05-25 18:05:31 +02:00
Manuel Rüger
0988a7aba1 Add Page properties macro 2023-05-25 07:21:10 +02:00
Manuel Rüger
28ee195a77 Add Page Properties Report macro 2023-05-25 07:21:10 +02:00
Manuel Rüger
3307f329d9 Add contentbylabel macro 2023-05-25 07:21:10 +02:00
Manuel Rüger
0b6dd09013 Drop newlines completely from macros 2023-05-23 12:30:46 +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
6a63913a1e Add user profile macro 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
fd97ee70f9 Support inline images 2023-05-03 18:47:20 +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
9bb9f45326 feat: Support anchor macro 2023-04-03 13:11:35 +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
Fethbita
df3e95f5fd
Merge branch 'kovetskiy:master' into master 2023-02-13 16:46:45 +02:00
Manuel Rüger
738400c292 Add blog-posts macro 2023-02-06 18:16:39 +01:00
Fethbita
e0222ae6bd
Add ac:image width and edited README.md 2023-02-04 15:20:21 +02:00
Sylvain Malnuit
8debc23476
ac:image 2023-02-04 15:15:47 +02:00
Lucas Oskorep
6083ddcc88 fix: rendermode typo broke builds 2023-01-17 12:46:49 -05:00
Manuel Rüger
2f39cd80e7
Merge pull request #234 from Nr18/feat/jiraissues
feat: support ac:jiraissues macro
2023-01-16 15:23:18 +01:00
Stephan Hradek
f4bbbb19ca
Feature/themed blocks (#223)
* Allow themed blocks

* add macro code for themed blocks
2023-01-03 17:53:41 +00:00
Joris Conijn
5f3238b48a
feat: support ac:jiraissues macro
Add support for the `ac:jiraissues` macro. By adding the template to the stdlib. Not sure if there are other places where you need to add stuff for macros. Or how I could test this locally.
2022-12-13 11:56:27 +01:00
Philipp
f95835469c
fix: remove double collapse for codeboxes (#179)
This fixes a bug where if you used the code macro the renderer would create
an additional expand macro if the collapse option was set. This led to
the code section being collapsiable twice.

Co-authored-by: Philipp Reinke <philipp.reinke@scandio.de>
2022-04-22 15:16:04 +06:00
Dreampuf
9a4f9ff32d
Add subdirectories related templates (#158) 2022-02-02 16:02:01 +06:00
guoweis-outreach
08f37fe2b9
feat: add iframe support (#143)
* feat: add iframe support

* add comment
2021-12-09 11:14:01 +06:00
jevfok
f3ba7c57a3
Children display macro (#133)
Added Children Display macro
2021-11-08 20:12:13 +06:00
Leandro Carneiro
3797116d97
feat: youtube widget macro (#127) 2021-10-25 15:52:04 +06:00
Leandro Carneiro
e635d1f945
feat: support mermaid graphs (#128) 2021-10-25 15:51:56 +06:00
Thomas 'Taldrain' Mariaux
8d0ad4d298 update the panel format 2021-07-10 23:01:43 +02:00
Michael Beemer
75717374a8 feat(sidebar): Add sidebar support 2021-06-17 14:56:27 -04:00
Leandro Carneiro
99119d8aff feat(macro): Add emoticon support 2021-04-20 15:35:17 -03:00
Rolf Ahrenberg
82d418e17d Add ac:box macro 2021-03-26 21:20:30 +02:00
Egor Kovetskiy
c17a3d02d0 fix regression after #60 2021-02-04 12:18:28 +03:00
Tyler Cole
6633ff22ba fix for https://github.com/kovetskiy/mark/issues/58 2021-01-25 16:10:41 -06:00
Šarūnas Nejus
bcf2acb39f
Incorporate the collapsible code block (#39)
* Incorporate the collapsible code block

* Press tilda 3 times
2020-11-30 10:46:29 +03:00
Šarūnas Nejus
27e7af5b85
Parametrize the toc but have default values (#38) 2020-11-30 10:45:02 +03:00
Egor Kovetskiy
ec4b258635 trace level is very verbose now 2020-11-03 17:14:33 +03:00
Stefano Teodorani
eda2e4704d
Added support for v2 Confluence page format (#29)
* Added support for v2 pge format

* Added toc macro

* Added toc to documentation

Co-authored-by: Stefano Teodorani <teopost@sviluppo06.apex-net.it>
2020-10-19 17:46:52 +03:00
Stanislav Seletskiy
6b83d140d5
use regexputil 2019-08-08 23:41:26 +03:00
Stanislav Seletskiy
58f4a55100
add jira ticket template 2019-08-06 18:11:01 +03:00
Stanislav Seletskiy
07a8e3f9d7
implement macros & includes 2019-08-06 16:38:47 +03:00