ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 25,922
- Points
- 823
Reputation:
In the 'Demo/Pad' tutorial saved notes are simple text, and only 'nl2br' filter is needed to display it the correct way.
I need my notes to have h2/h3 headers. What would be the correct way to achieve that?
Is there a filter something like {$note.content|safe} ? Or I should use [h2] instead
Code:
? what filter should I apply then?
Please advise.
Continue reading...
I need my notes to have h2/h3 headers. What would be the correct way to achieve that?
Is there a filter something like {$note.content|safe} ? Or I should use [h2] instead
Code:
<h2>
? what filter should I apply then?
Please advise.
Continue reading...