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
When I paste image in table cell and set its width with macro and this image is located in directory with some symbols (like _ or -), mark doesn't render it and Confluence page is missing that image. No mistake is given during rendering.
What did you expect to happen?
The correct behaviour is when there is image in the table cell with correct width/height.
How can we reproduce the behavior you experienced?
<!-- Macro: \!\[.*\]\((.+)\)\<\!\-\- width=(.*) \-\-\> Template: ac:image Attachment: ${1} Width: ${2} --><!-- Parent: -1: Какие доступы необходимо получить разработчику --># Test Page Heading| Heading | Heading ||-----------------------------|-----------------------------------------------------------|| just image |![image](./pictures/test/1.png)|| image with width |![image](./pictures/test/1.png)<!-- width=100 -->|| same image with 2-words-dir |![image](./pictures/test_another/1.png)<!-- width=100 -->|
And this is the result:
See that the last attachment is missing.
Here is the dir layout:
I tried with different dir names and it seems that the error apperars when there is someting other than letters in directory name.
I guess the problem is in regexp but I have no idea how to modify it to work correctly. And furthermore if image locate outside of table (just in normal text) everything works fine.
Futher investigation showed that if image wasn't uploaded without any macros in table cell - its attachment will be missing.
And after first render the second render shows attachment as expected.
Hola!
What happened?
When I paste image in table cell and set its width with macro and this image is located in directory with some symbols (like
_
or-
), mark doesn't render it and Confluence page is missing that image. No mistake is given during rendering.What did you expect to happen?
The correct behaviour is when there is image in the table cell with correct width/height.
How can we reproduce the behavior you experienced?
And this is the result:
See that the last attachment is missing.
Here is the dir layout:
I tried with different dir names and it seems that the error apperars when there is someting other than letters in directory name.
I guess the problem is in regexp but I have no idea how to modify it to work correctly. And furthermore if image locate outside of table (just in normal text) everything works fine.
Further Information
--drop-h1 --title-from-h1
Is it normal or is it a bug? :)
The text was updated successfully, but these errors were encountered: