GREP style every 5 line bold
Hello!
I'm trying to make a GREP style to make every 5 line bold, I tried several ways but it is not working.
I have a paragraph style with a GREP, I tried two ways:
'(?<=\n.*\n.*\n.*\n.*\n).*$'
2.
(^.*\n){4}^.*
Both of them are not working, can somebody help me? 🙂
Full disclosure, I'm trying to achieve this:
Example
Text
For
This
Forum
Example
Text
For
This
Forum
Example
Text
For
This
Forum
Example
Text
For
This
Forum
