grofit / knockout.markdown

Knockout bindings for markdown-it
MIT License
3 stars 1 forks source link

binding not working... #1

Open Sharp6 opened 8 years ago

Sharp6 commented 8 years ago

... the binding was not working in my own code. On line 9, I had to change ["knockout"], ["markdown-it"] to ["knockout", "markdown-it"] to make it work.

Nevertheless, all your examples do work in my browser, and the same knockout version is used. I didn't submit a pull request, since I'm not sure what the issue is. However, I thought I'd leave a note in case other people came here looking for this issue.

grofit commented 8 years ago

could very well be the module magic dance, if it is working for you that way and the example still works just push it up. I have only used this with browser includes without a module system.