Jump to content

Wrap plain text into html tags (unmarked and marked list)


Recommended Posts

Hi guys

 

Can anybody help me to create workflow for wrapping plain text to HTML? I'd like to wrap this list

 

item1

item2

item3

 

into

 

<ul>

<li>item1</li>

<li>item2</li>

<li>item3</li>

</ul>

 

The same question is for tables, I guess it's the similar to lists

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...