Mercurial > repos > public > wdown
comparison test.md @ 19:fbdb89dc8e8c
Add todo regarding syntax highlighting styles
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 01 Jul 2020 11:35:52 +0200 |
parents | adc92b0118f4 |
children | cb6c79b172d1 |
comparison
equal
deleted
inserted
replaced
18:adc92b0118f4 | 19:fbdb89dc8e8c |
---|---|
68 - [ ] Serve MathJax from own server. | 68 - [ ] Serve MathJax from own server. |
69 - [ ] Keep investigating if it's possible to use _katex_ with _v8go_ to render math at compile time instead of realying on _MathJax_ to do it in the browser. | 69 - [ ] Keep investigating if it's possible to use _katex_ with _v8go_ to render math at compile time instead of realying on _MathJax_ to do it in the browser. |
70 - [ ] Revisit the branch `javascript-experiment` and see if it's possible to get rid of the extra characters rendered by _katex_. | 70 - [ ] Revisit the branch `javascript-experiment` and see if it's possible to get rid of the extra characters rendered by _katex_. |
71 | 71 |
72 ### Code highlighting | 72 ### Code highlighting |
73 - [ ] Fix the styles so that highlighted block have the same background as non-highlighted blocks | |
73 - [ ] Check of other highlighters use the same kind of coloring idea | 74 - [ ] Check of other highlighters use the same kind of coloring idea |
74 - [ ] Check how to style the code coloring | 75 - [ ] Check how to style the code coloring |
75 - [ ] Switch to CSS-class based code coloring | 76 - [ ] Switch to CSS-class based code coloring |
76 - [ ] Configure highlighter | 77 - [ ] Configure highlighter |
77 | 78 |