You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm experiencing an issue adding tags (and only tags) to an existing Confluence page on Confluence v8.5.3 with md2cf v2.3.0. Here is my simple repro case:
Tagless:
$ cat simple.md
# Lorem Ipsum
Lorem ipsum dolor sit amet
$ md2cf -o "https://${CONFLUENCE_URL}/rest/api" -u nate.woythaler -s "~nate.woythaler" ./simple.md --debug
📄️ Lorem Ipsum ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ✔️ Created
Total progress ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00
$ diff -y --suppress-common-lines simple_labels.md simple.md
--- <
labels: <
- Lorem <
- Ipsum <
--- <
$ md2cf -o "https://${CONFLUENCE_URL}/rest/api" -u nate.woythaler -s "~nate.woythaler" ./simple_labels.md --debug 2>&1> debug.log
Chaining the `get` calls would mean a messy amount of Mocks. Just use a
single `get` call and if it's empty return a dummy struct for sanity's
sake.
Also `get('name')` on the returned struct since we run into issues with
Mocking without it.
Fixesiamjackg#117
Hello! I'm experiencing an issue adding tags (and only tags) to an existing Confluence page on Confluence v8.5.3 with
md2cf
v2.3.0. Here is my simple repro case:Tagless:
... and the redacted debug log:
... and the
pip freeze
output:The text was updated successfully, but these errors were encountered: