サンダルでスーパーカブ乗りの『だるかぶ』です! ゆっくりしていってね。(本ページは広告を含みます) ブログに掲載するソースコードのシンタックスハイライトは google-code-prettify を使ってたんだけど、highlight.jsに乗り換えました。 以前の記事はこちら。
I worked last years with python language. And when I tried to switch to node.js and create both backed and frontend on JavaScript only - I found that JS lacks some cool features from other part of the ...
最新のCSSプロパティ(container-typeやtext-wrap)を利用した場合に以下のような警告が発生する。 Unknown property: 'container-type' ts-styled-plugin(9999) これはvscode-styled-componentsでシンタックスハイライトを行っている場合、(内部で利用しているライブリが)最新のCSS ...
Vue.jsで作ったサイトで記事をMarkdownで管理し、それをレンダリングして表示できないかと思って調べていたところ、marked.js, highlight.jsを使った方法があったので簡単に紹介する。 marked.js marked.jsはMarkdownのテキストをHTMLに変換してくれるライブラリ。 npm install ...