Bob,
Please specify exactly what your problem is, the example you quote below is
different from the one we talked about previously.
Before it was
!../images/hello-world.jpg!
ie a simple figure, now you want
[Click here to see image|../images/hello-world.jpg]
ie a figure as a link. I wouldn't expect the latter to work with our confluence
parser but I haven't tested it yet. There are some confluence examples in the test
resources of doxia-site-renderer [1], just run 'mvn test' and check the results in
target/output/confluence/.
Otherwise, the best thing to do is to create a jira ticket and attach a small
reproducible test case, quoting exactly the expected result vs the actual one.
Cheers,
-Lukas
[1]
https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/
reselbob wrote:
Hi Lukas:
I really appreciate that you are taking the time to help me with my problem.
I can access the image as a link using the Confluence hyper-link markup,
like so:
[Click here to see image|../images/hello-world.jpg]
The markup shown above renders the <href> HTML properly.
So, it seems to me that the image can be found. It appears that the parser
is not respecting the exclamation point markup that Confluence uses for
image display.
Tell me please, have you been successful getting images to display using
Confluence markup? If so, can you pass me one of your Maven projects that
has images displaying via Confluence markup?
Again, thanks for taking the time to help me out with my problem.
Bob