Open alexmsenger opened 5 years ago
currently the inline stuff comes back with <span>...</span> but this seems bad. Maybe return a list and then .join() or pass the wrapping element?
<span>...</span>
.join()
currently the inline stuff comes back with
<span>...</span>
but this seems bad. Maybe return a list and then.join()
or pass the wrapping element?