SZN
SZN
Sounds exciting – I am a big fan of Mermaid. Sadly, the solution isn't as trivial as expected. Adding one `extra` parameter to markdown2 is not enough as this does...
@carlosjgp I upgraded dependencies (see v.0.2.5). This didn't help. The problem is that for some reason `atlassian` python package has a problem with URL's with two parameters. The shortest example...
Hi @alpertoruun, Can you please run it again with `-v` flag? Also, `.md` file content is welcome (feel free to remove sensitive data, but leave as much content as possible)
Well, github comments support markdown. So your file was converted into HTML ;). I am still lost, thus another request: Please upgrade the package to the latest version (it should...
You are right @alpertoruun, but I wanted to be sure. I can see is the official Atlassian `get_page_by_id` method returns a string, instead of an object. This time I added...
Thanks @alpertoruun What does the library do under the hood is similar to: ``` curl --silent -X GET -H 'Content-Type: application/json' -H 'Accept: application/json' 'https://{HOST}.atlassian.net/wiki/rest/api/content/{ID}' ``` For some reason, this...
Excuse late reply. Can you confirm, that `curl` request from my Feb 27th works while `confluence.md` doesn't?
Closing – can't reproduce.
Hi @revoldver, Can you please rerun this command with `--verbose`? That would help me a lot. SN