[ZBX-15676] No syntax highlighting in documentation of loadable modules Created: 2019 Feb 18 Updated: 2024 Apr 10 Resolved: 2019 Sep 17 |
|
Status: | Closed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Documentation (D) |
Affects Version/s: | 4.0.6rc1, 4.2.0beta1 |
Fix Version/s: | 4.4 (plan) |
Type: | Documentation task | Priority: | Trivial |
Reporter: | Glebs Ivanovskis | Assignee: | Martins Valkovskis |
Resolution: | Fixed | Votes: | 1 |
Labels: | loadablemodule | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Team: | |
Sprint: | Sprint 56 (Sep 2019), Sprint 55 (Aug 2019), Sprint 54 (Jul 2019) |
Story Points: | 0 |
Description |
Affected page has no syntax highlighting for code blocks in 3.2, 3.4, 4.0 and 4.2 versions. Interestingly, 3.0 version is OK, probably because it uses <code c> instead of <file c> (same as <code>, but additionally provides file name and a link to download code snippet as a file). |
Comments |
Comment by Martins Valkovskis [ 2019 Sep 12 ] |
Thanks for reporting. Fixed by changing the affected code segments to <code c> formatting. |
Comment by Glebs Ivanovskis [ 2019 Sep 12 ] |
Thank you, martins-v! |