Results 377 comments of Hiroaki Yutani

Oh, I see. Glad to know inserting the `` tag directly works! (though probably I need to implement some tweak to prevent the content of the tag from various conversions...

> So one idea could be to have a function `convert_macro` that talks to the Confluence API to convert the macro markup and returns the corresponding storage format: Thanks, not...

Hmm, I think I need to implement an option to switch to Tabs macro...

Thanks for reporting. This should not raise error, but I'm afraid it's difficult to use `read_html()` here... Let me think how to fix this, In the meantime, you can use...

Thanks for reporting! I think this is my mistake here... https://github.com/line/conflr/blob/4dd5f9dbeee20b4f9630cadf0fcd75852b02cc7a/R/translate.R#L240 I'll fix this soon, but this indicates your Rmd has some invalid `` tag (or `![]()` in markdown syntax).

@ColineJalgos Fixed. Could you try again with the recent master?

Hmm, it sounds my fault... Do you forget to specify `space_key`?

Ahh, could you try removing this? This should be added only when your Confluence supports the syntax highlighting of `r` and `foo` (and I'm sure there's no such a language...

> could you try removing this? Sorry, I found this errors when I access the published page, not during I'm publishing the page, so this should be irrelevant to your...

Oh, cool! Thanks for the information.