Socket
Socket
Sign inDemoInstall

zenn-content-css

Package Overview
Dependencies
0
Maintainers
2
Versions
281
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    zenn-content-css

Zenn flavor content style.


Version published
Maintainers
2
Created

Readme

Source

zenn-content-css

zenn-markdown-html で markdown から変換された HTML に適用するためのCSSです。

使い方

Webpackと併用する場合は、CSSローダーが必要になる場合があります。

import 'zenn-content-css';

スタイルを適用したい要素に class=znc を指定します。

<div class="znc">
  <!-- html parsed from markdown comes here. -->
</div>

zncの外側の要素にはスタイルが適用されないことに注意してください。

開発者向けドキュメント

https://zenn-dev.github.io/zenn-docs-for-developers/guides/zenn-editor/zenn-content-css

FAQs

Last updated on 06 Feb 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc