refactory-id / bootstrap-markdown

Bootstrap plugin for markdown editing
Apache License 2.0
1.99k stars 371 forks source link

Implementing setPreview() (Issue #200) #306

Closed lorentzkim closed 7 years ago

lorentzkim commented 7 years ago

This allows an async onPreview() call to update the preview element at its own leisure as needed.

lorentzkim commented 7 years ago

Now that I look around, this PR likely redundant since PR #300 got merged in. Still, could be useful?

toopay commented 7 years ago

@lorentzkim I think #300 fix the underlying issue without too much cluttering/adding new API - which always preferable. So, i'll close this for now - but thanks anyway!