fix bug: support custom css from user

This commit is contained in:
Mathieu PATUREL
2017-01-22 18:41:36 +11:00
parent d707cf7a47
commit 1bef00de14
5 changed files with 42 additions and 14 deletions

View File

@ -1,21 +1,21 @@
Fast:
☐ sync scroll @needsUpdate(because of images)
☐ cache image in object when used, so that it's faster @needsTest
Medium:
☐ auto refresh preview if loading images
☐ use alt attribute for 404 error
☐ fix custom css @bug
Long:
☐ support hanchor (TOC) @big
☐ support anchor (TOC) @big
Unknown:
☐ check how many times is the show_html function called
___________________
Archive:
✔ fix custom css @bug @done Sun 22 Jan 2017 at 18:40 @project(Medium)
✘ check how many times is the show_html function called @cancelled Sun 22 Jan 2017 at 18:40 @project(Unknown)
✔ sync scroll @needsUpdate(because of images) @done Sun 22 Jan 2017 at 18:39 @project(Fast)
✔ fix #4 @high @done Mon 09 Jan 2017 at 18:42 @project(Long)
✔ use MarkdownLivePreview syntax, so we can use syntax's settings @done Mon 09 Jan 2017 at 18:41 @project(Medium)
✔ add clear cache command @done Mon 09 Jan 2017 at 18:41 @project(Fast)