# Project 29 [Our migration guide](/migration-guides/widget-migration/guide) ## What made you smile? - Much easier than last week's project - Focus ## What did you find confusing? - Wide code sample with diff? Scroll right highlighting is gone ![code-diff-scroll-right.png](/assets/code-diff-scroll-right.22abf8001fd14333a18bd0e4f1ba043cc6d886bfc2ccbf5181173314e71099a9.8bed52ad.png) - Webview updates slowly for Shiki code sample changes (while regular Markdown pages are quick) -- this is probably due to what seems like a page refresh. - `{% highlight` is used with both regex to highlight a word (which uses the code `word` in the comment syntax) and line numbers to highlight lines (which does use the `highlight` word in comment syntax). Should it be `word-highlight`? - There are some color contrast issues in dark mode for certain code highlights such as diff and warning. ![contrast-issues-in-highlights.png](/assets/contrast-issues-in-highlights.e5fb25a77ef0c701e1d9a2b8cec290e81d0d5f783236670cac19dd1b602e3e0f.8bed52ad.png) - We couldn't get highlight to work with any non-exact match regex, for example: `highlight="/id=\".*\"/gm"`. If it actually doesn't support regex, we shouldn't say that it does in our docs. The [Shiki transformer website](https://shiki.style/packages/transformers#transformermetawordhighlight) doesn't use the word regex. - `highlight={}` crashes the webview (without quotes)