WPIntell

Source evidence

Plain text and <

SyntaxHighlighter Evolved · support · 2025-03-31T12:42:00+00:00

mixedsentiment
highseverity
0.95relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 22 rows with source links

18.2% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

18 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
kamaleon resolved
If I put plain text block and inside I add a ‘<‘ I get it converted to < Why is that? How can I fix it? Thanks Hi there, @kamaleon This is due to HTML escaping. This is a security and rendering feature, which would generally be applied to plain text. In the meantine, can you try using the HTML / XHTML / XML / XSLT option. If you can share your use-case as to why you are using the plain text option, we can look into whether this needs to be improved. It is for a post using simple apache configuration guidelines. These ones <Directory / var /www/mydomain.com/public_html> Require all granted </Directory> <VirtualHost *:80> ServerName mydomain.com ServerAlias www.mydomain.com ServerAdmin webmaster@localhost DocumentRoot / var /www/mydomain.com/public_html ErrorLog / var /log/apache2/mydomain.com.error.log CustomLog / var /log/apache2/mydomain.com.access.log combined </VirtualHost> What should I use for that? I thought simple text would be the best option. This reply was modified 1 year, 1 month ago by kamaleon . Reason: better format @kamaleon thanks for sharing! Yes, we do not have a specific category for this, and deciding to use the plain text option makes a lot of sense. Since that is escaping the symbols, I’d try BASH/Shell instead.

Comments

3 shown
Joash (a11n) 2025-04-01T07:34:00+00:00

Hi there, @kamaleon This is due to HTML escaping. This is a security and rendering feature, which would generally be applied to plain text. In the meantine, can you try using the HTML / XHTML / XML / XSLT option. If you can share your use-case as to why you are using the plain text option, we can look into whether this needs to be improved.

kamaleon 2025-04-01T13:04:00+00:00

It is for a post using simple apache configuration guidelines. These ones <Directory / var /www/mydomain.com/public_html> Require all granted </Directory> <VirtualHost *:80> ServerName mydomain.com ServerAlias www.mydomain.com ServerAdmin webmaster@localhost DocumentRoot / var /www/mydomain.com/public_html ErrorLog / var /log/apache2/mydomain.com.error.log CustomLog / var /log/apache2/mydomain.com.access.log combined </VirtualHost> What should I use for that? I thought simple text would be the best option. This reply was modified 1 year, 1 month ago by kamaleon . Reason: better format

Joash (a11n) 2025-04-03T11:54:00+00:00

@kamaleon thanks for sharing! Yes, we do not have a specific category for this, and deciding to use the plain text option makes a lot of sense. Since that is escaping the symbols, I’d try BASH/Shell instead.