Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom wrapper elements #258

Open
LukasBlu1 opened this issue Sep 20, 2022 · 0 comments
Open

Custom wrapper elements #258

LukasBlu1 opened this issue Sep 20, 2022 · 0 comments

Comments

@LukasBlu1
Copy link

LukasBlu1 commented Sep 20, 2022

Hi all!

Thank you for your efforts to provide this package :)
I want to use custom wrapper elements for headings. How can I achieve this? I have tried to get it wokring but without success.

Thanks in advance :)

For example:

<p> // <--- H1 Tag or a class like heading-1
   <span style="font-size: 3.5em">Donec 1</span>
   <span style="font-size: 3.5em"><u style="text-decoration: underline">sollicitudin</u></span>
   <span style="font-size: 3.5em"> molestie maledssuada.</span>
</p>
<p> // <--- H2 Tag or a class like heading-2
   <span style="font-size: 2.5em">Donec sollicitudin molestie maledsuada.&nbsp;</span>
</p>
<p> // <--- H3 Tag or a class like heading-3
   <span style="font-size: 1.5em">Donec sollicitudin molestie maledsuada.&nbsp;</span>
</p>
<p>
   Nulla porttitor accumsan <strong style="font-weight: bold">tincidunt</strong>. Vestibulum ac diam sit amet quam
   vehicula <em style="font-style: italic">elementum</em> esed sit amet dui.
   <u style="text-decoration: underline">Praesent sa</u>pien massa, <span style="color: #7f2222">convallis</span> a
   pellentesqudde nec, egestas non nisi. Donec rutrum congue leo eget madlesuada.
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant