musiconly |
|
---|---|
So we need to do a workaround!
Instead of using the actual h1-h7 tags, we create custom tags for markitup.. for example, H1 will be T1.. and in css styling, we put something like this: .t1 { font-size: 20px; } and so on for other t* tags... |