Content
View differences
Updated by Vedran Glavaš over 9 years ago
**Description:**
- Code with syntax highlighting not shown properly
- Line numbers link to non-existent pages
**Steps to reproduce:**
Enter any code (longer than a single line) inside appropriate tags [as per instructions](https://community.openproject.com/help/wiki_syntax_detailed). For instance:
``` java
public class HelloWorld {
public static void main(String[] args) {
// Prints "Hello, World" to the terminal window.
System.out.println("Hello, World");
}
}
```
**Screenshot:**

(Please find attached.)
- The issue exists regardless of type of browser and versions.
- Issue exists in wiki and every other input area.
- Toying with inherited CSS in inspect mode helps somewhat.
If I’m doing something wrong, please correct me. Thank you in advance.
- Code with syntax highlighting not shown properly
- Line numbers link to non-existent pages
**Steps to reproduce:**
Enter any code (longer than a single line) inside appropriate tags [as per instructions](https://community.openproject.com/help/wiki_syntax_detailed). For instance:
``` java
public class HelloWorld {
public static void main(String[] args) {
// Prints "Hello, World" to the terminal window.
System.out.println("Hello, World");
}
}
```
**Screenshot:**

(Please find attached.)
- The issue exists regardless of type of browser and versions.
- Issue exists in wiki and every other input area.
- Toying with inherited CSS in inspect mode helps somewhat.
If I’m doing something wrong, please correct me. Thank you in advance.