Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
fluido-1.3.1
-
None
-
None
-
Maven v3.0.5
Description
Hi,
you will find in attachment a maven project that shows the issue.
When you run the command mvn site you get:
When you run the command mvn site -Dmaven.site.plugin.version=3.3 you get
By comparing html produce by maven-site-plugin:
- With 3.2, all snippets are in tag "<pre class="prettyprint linenums">some code</pre>
- With 3.3, all snippets are in tag "<pre>some code</pre>"
This is why the fluido skin .js don't activate color syntax nor line numbering.
Attachments
Attachments
Issue Links
- duplicates
-
MSKINS-86 class prettyprint not added to pre tags
- Closed