Stephan Hradek
Stephan Hradek
> I wonder as the first step, does it make sense to create a way to sync the comment from confluence to the markdown? ie. If we could create a...
FYI: I cannot reproduce the issue using the most recent mark and Confluence 7.15.0 I get the expected result. Source and generated HTML are as described in the ticket, but...
@ITHedgeHog it should be fixed now. Please check and close if so.
You can take a look at the code here https://github.com/kovetskiy/mark/blob/c70eb550fe57bbe2d757835b07c03bc404121cd1/pkg/mark/stdlib/stdlib.go#L144 or here https://github.com/kovetskiy/mark/blob/c70eb550fe57bbe2d757835b07c03bc404121cd1/pkg/mark/stdlib/stdlib.go#L154 to get an idea of how you can create a template for that macro. The Template code...
Attachments checksums are stored in comments outside the file. Wouldn't this be possible for pages as well?
Just tested. It's possible to use a hidden span: ```html mark:checksum:1234567 ``` Or this: ```html 1234567 ```
Nice Thing I tested: If you put the span before the content, any edit of the page will move the span into a ``. So as soon as it's edited,...
The recording: https://media.ccc.de/v/froscon2021-2656-online-dokumentation_fur_nutzer_mit_asciidoc_und_antora German only :(
I'm a bit late in the discussion as I just learned today about itermocil. My approach to the issue is to simply(?) have an applescript which will start a new...
Did you try ``` $e = Search::Elasticsearch->new( nodes => [ 'search1', 'search2' ], default_headers => { 'X-Opaque-Id' => $id, }, ) ``` ?