App Connect Medium Editor Support Product Page
Answered
HTML Button
Asked 21 Aug 2017 21:22:03
1
has this question
21 Aug 2017 21:22:03 Brad Lawryk posted:
I assumed the HTML button in the tools would switch the view to an HTML view so you can get to the code. This appears not to be the case. What is the HTML tool for and how do you use it?
Replies
Replied 22 Aug 2017 06:18:24
22 Aug 2017 06:18:24 Teodor Kuduschiev replied:
Hello Brad,
The html button parses selected html and converts into actual html elements.
So if you enter:
and then mark it an press the html button, it will be rendered as:
The html button parses selected html and converts into actual html elements.
So if you enter:
<ul> <li>List Item</li> <li>List Item</li> <li>List Item</li> </ul>
and then mark it an press the html button, it will be rendered as:
- List Item
- List Item
- List Item
Replied 22 Aug 2017 16:39:37
22 Aug 2017 16:39:37 Brad Lawryk replied:
So in theory I could add Bootstrap elements to a Medium Text Area? That would be interesting ....
Replied 22 Aug 2017 16:51:06
22 Aug 2017 16:51:06 Teodor Kuduschiev replied:
You can add any HTML structure there
Replied 22 Aug 2017 16:57:25
22 Aug 2017 16:57:25 Brad Lawryk replied:
Excellent, thanks!