mark icon indicating copy to clipboard operation
mark copied to clipboard

Sync your markdown files with Confluence pages.

Results 155 mark issues
Sort by recently updated
recently updated
newest added

## Feature Request I want to start off by thanking you for creating this project. `mark` is a really cool tool and I am excited to start using it to...

feature-request

I have a document with 53 attachment. I could upload it correctly, but could not update it with mark showing following error. ``` 2022-04-21 14:21:51 [FATAL]: unable to create/update attachments...

bug

The new confluence editor creates images with a surrounding macro that is not currently inserted by `mark`. Initially uploading an image with mark creates a standard `` tag in the...

feature-request

I wonder what's the reason behind placing Confluence `Code block` with `collapsible = true` inside `Expand` block? This way the following code: ```bash collapse #!/bin/sh set -e exit 0 ```...

question

Hi! Love the tool, thanks for all the hard work. As far as I can tell, the expected behavior of numbered lists isn't coming through on Confluence. I'll provide my...

Hi @kovetskiy I have looked at #25 and in the README, but I could not find clear enough explanation on how the behavior got changed/enhanced after #25 got merged. Any...

docs

Hello, it turns out that default golang Glob function does not support common globstar (`**`) syntax. This syntax allows matching of files in subdirs too. Here are some useful links:...

enhancement

### Problem Statement When a page name is defined with in the header metadata, this title will be used to create / update the page in confluence. ``` ``` The...

feature-request

For markdown documents in subdirectories referring relative images,like ```markdown ![alt](diagrams/context/context.svg) ``` tool is able to find image only in scenario, when it is executed from the same directory where file...

feature-request

In confluence it is possible to highlight a word, and add a comment. The resulting source then includes items like the following: ``` methods ``` If the source passed to...

feature-request