Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
マークダウン ファイルの生のスタイル要素を解析したい。
しかし、Kramdown は以下のようにスペースを変更します。
 
から
<style markdown="0"> .sample { color :red !important; } </style>
に
<style> .sample { color :red !important; } </style>