We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I am trying to use your very promising component
In my rails project:
<div class="text wysiwyg">
After I refresh my page it does not seems to work
My text is:
this is the content test - item 1 - item 2 * item 3 end of test
In web browser I can see the html source:
<div class="text wysiwyg"> <p>this is the content test</p> <p>- item 1</p> <p>- item 2</p> <p>* item 3</p> <p> </p> <p>end of test</p> </div>
The text was updated successfully, but these errors were encountered:
It's not markdown compiler. Before you need to install that gem for example
Sorry, something went wrong.
No branches or pull requests
Hello,
I am trying to use your very promising component
In my rails project:
After I refresh my page it does not seems to work
My text is:
In web browser I can see the html source:
The text was updated successfully, but these errors were encountered: