You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 1, 2018. It is now read-only.
First of all, thank you for developing the gem, it's incredibly usefull in the projects I currently work, but I was wondering if there is a way to not generate a div tag when using the editor.
I ask this because I need to show part of the text in a view and there is the starting
tag always appearing in the view, which obviously shouldn't be there.
As a solution I tried putting <%= raw article_text %> but this instead messes up my markup.
Is there a way to not generate a div tag when using the editor?
Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
First of all, thank you for developing the gem, it's incredibly usefull in the projects I currently work, but I was wondering if there is a way to not generate a div tag when using the editor.
I ask this because I need to show part of the text in a view and there is the starting
As a solution I tried putting <%= raw article_text %> but this instead messes up my markup.
Is there a way to not generate a div tag when using the editor?
Thanks.
The text was updated successfully, but these errors were encountered: