2013-12-09, 10:35 PM
I came across this:
Regular:
Replacement:
It's intention is to make any text started on a new line with a ">" in front of it a different color. It does not seem to work as it stands right now, anyone want to help me fix it?
Here is how it should work:
Intended input:
>hello guys
>I lie pie
>give me pie
Intended output:
>hello guys
>I lie pie
>give me pie
Current result:![[Image: PIZaO94.png]](https://camo.mybb.com/9fc75e1badaa0d9de107ef0e2e87cc57694120fa/687474703a2f2f692e696d6775722e636f6d2f50495a614f39342e706e67)
Regular:
(\n|^)>(.*?)(\n|$)
Replacement:
$1<span style="color: #cccc33;">>$2</span>$3
It's intention is to make any text started on a new line with a ">" in front of it a different color. It does not seem to work as it stands right now, anyone want to help me fix it?
Here is how it should work:
Intended input:
>hello guys
>I lie pie
>give me pie
Intended output:
>hello guys
>I lie pie
>give me pie
Current result: