-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve xml source code blocks display #30
Comments
I assume you want to have a pretty formatted rendering here? |
Whooops sorry the code blocks and the "& lt;" had been transformed by the editor ! I edited my first message ! |
Thanks for bringing this up, i am working on a fix and will try to release soon :) |
* improve overall conversion based on #30 * update yarn.lock * update yarn.lock
Thx a lot for your reactivity. Do you know when will be the next release please ? |
I just released 0.3.1 :) |
I just tried the new release. I have a new issue but I don't know if you want a new ticket or just to continue here. Feel free to let me know ;) In a page, I have a table :
The HTML generation gives :
In the end, the antora-confluence part leads to the following error :
Seems like it is waiting a but there is no need. Can you have a look at it please ? |
Thanks for the quick feedback, unfortunately i oversaw that i was missing a setting to ensure closed tags. I just released 0.3.2 for that |
Thanks for your fast reaction !
For the moment, I did'nt find the source of this error.... |
@TitouanM i fail to reproduce it. So far i tried to reproduce with the following example:
No error and it renders the XML nicely in my Confluence Cloud instance i have |
Hello
In an adoc file, I have a block of code :
[source,xml]
< ?xml version="1.0" encoding="UTF-8"?>
< Personne>
< champ1>
< champ2>something cool< /champ2>
< /champ1>
< /Personne>
Is it possible to improve the rendering please ?
Actually, the rendering is :
& lt;?xml version="1.0" encoding="UTF-8"?& gt;
& lt;Personne& gt;
& lt;champ1& gt;
& lt;champ2>comething cool& lt;/champ2>
& lt;/champ1& gt;
& lt;/Personne& gt;
Thanks
The text was updated successfully, but these errors were encountered: