jgthms / wysiwyg.css

A tiny CSS for generated HTML or Markdown content
https://jgthms.com/wysiwyg.css/
MIT License
705 stars 64 forks source link

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

Open aaongr opened 5 years ago

aaongr commented 5 years ago

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:

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 commented 4 years ago

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