Skip to content
New issue

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

Use it (markdown text) in my project (Ruby on Rails) - Do not working #7

Open
aaongr opened this issue Oct 20, 2018 · 1 comment
Open

Comments

@aaongr
Copy link

aaongr commented Oct 20, 2018

Hello,

I am trying to use your very promising component

In my rails project:

  • copy the "wysiwyg.sass" file
  • import it in my main sass
  • in the div surrounding my text I used the class "wysiwyg"
<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>&nbsp;</p>
  <p>end of test</p>
</div>

@osadasami
Copy link

It's not markdown compiler. Before you need to install that gem for example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants