Hi Guys,
I am experiencing the following problem:
I created my custom paragraph style "Small" for the FormatBlock Dropdown. It wraps text in <smal> tag and works as as expected.
However after applying this paragraph style it is not replaced with the <h1> etc. default styles when I choose them in the dropdown.
Steps to reproduce:
1. Put any text to the editor. For example: Test
2. Select it and click on the custom "Small" style in the FormatBlock Dropdown.
Result in the HTML view: <small>Test</small>.
3. Select the word again and click Heading 1 default style.
Result in the HTML view: <h1><small>Test</small></h1>.
On the other hand when I choose Heading 1, Heading 2, Menu etc. default styles successively, the current value replaces the old one:
<h1>Test</h1> => <h2>Test</h2> => <menu>Test</menu> => ...
Is this an expected behavior with the custom paragraph style or not?
Can you offer how to fix this issue in some simple way?
Best Regards,
Yuriy
I am experiencing the following problem:
I created my custom paragraph style "Small" for the FormatBlock Dropdown. It wraps text in <smal> tag and works as as expected.
However after applying this paragraph style it is not replaced with the <h1> etc. default styles when I choose them in the dropdown.
Steps to reproduce:
1. Put any text to the editor. For example: Test
2. Select it and click on the custom "Small" style in the FormatBlock Dropdown.
Result in the HTML view: <small>Test</small>.
3. Select the word again and click Heading 1 default style.
Result in the HTML view: <h1><small>Test</small></h1>.
On the other hand when I choose Heading 1, Heading 2, Menu etc. default styles successively, the current value replaces the old one:
<h1>Test</h1> => <h2>Test</h2> => <menu>Test</menu> => ...
Is this an expected behavior with the custom paragraph style or not?
Can you offer how to fix this issue in some simple way?
Best Regards,
Yuriy