Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix hidden header on link | Sheogorath | 2019-05-24 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | When people link a section or use the ToC to scroll to it upwards, it happens that those become hidden behind the navbar. This patch adds a little hack from StackOverflow[1] in order to fix this problem. By adding a pseudo element in front of any field that contains an id, it's possible to add the needed space. There was no negative impact found except of marking around the header areas in the rendered view requires a bit preciser work. This needs some more detailed testing. [1]: https://stackoverflow.com/a/24298427 Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | ToC: Some HTML improvements and style fixes | Sheogorath | 2018-07-04 | 1 | -0/+4 |
| | | | | | | | | The ToC generated broken HTML with unclosed `<li>` tags. This got fixed as well as some minor optimisation and adding list elements for the subentries so the elements appear in the ToC while scrolling. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com> | ||||
* | :sparkles: Implemented dark theme. | Edoardo Odorico | 2018-01-05 | 1 | -4/+27 |
| | | | | Signed-off-by: Edoardo Odorico <edoubuntu@gmail.com> | ||||
* | Fix to hide duplicated MathML elements in static HTML exporting | Wu Cheng-Han | 2016-10-29 | 1 | -0/+4 |
| | |||||
* | Update markdown styles, follow github styles and font family | Wu Cheng-Han | 2016-08-14 | 1 | -3/+3 |
| | |||||
* | Update toc styles to make toc menu always accessible without scrolling | Wu Cheng-Han | 2016-08-14 | 1 | -1/+6 |
| | |||||
* | Update to add expand and collapse toggle for TOC, keep showing second level ↵ | Wu Cheng-Han | 2016-08-02 | 1 | -3/+11 |
| | | | | TOC if there is only one first level TOC | ||||
* | Update to support slide preview in both mode | Wu Cheng-Han | 2016-07-30 | 1 | -0/+2 |
| | |||||
* | Update to make slide mode support all extra syntax and change it's rendering ↵ | Wu Cheng-Han | 2016-07-02 | 1 | -2/+1 |
| | | | | engine | ||||
* | Update to support octicon and change header anchor styles | Cheng-Han, Wu | 2016-04-20 | 1 | -24/+0 |
| | |||||
* | Updated to support ja, zh-TW, zh-CN font and removed non-latin font in all ↵ | Cheng-Han, Wu | 2016-01-31 | 1 | -0/+24 |
| | | | | default styles to allow font fallbacks | ||||
* | Updated external media layouts, too keep its ratio and enlarge to 100% width | Wu Cheng-Han | 2016-01-17 | 1 | -5/+45 |
| | |||||
* | Support show last change user with profile and support YAML config inside ↵ | Wu Cheng-Han | 2016-01-12 | 1 | -0/+63 |
| | | | | the note with robots, lang, dir, breaks options | ||||
* | Updated toc-dropdown margin-top | Wu Cheng-Han | 2015-09-25 | 1 | -1/+1 |
| | |||||
* | Added support of print and unselectable styles, updated vimeo and youtube ↵ | Wu Cheng-Han | 2015-09-25 | 1 | -6/+35 |
| | | | | parsing method for this | ||||
* | Jump to 0.3.1 | Wu Cheng-Han | 2015-07-02 | 1 | -1/+171 |
| | |||||
* | First commit, version 0.2.7 | Wu Cheng-Han | 2015-05-04 | 1 | -0/+47 |