Skip to content
This repository was archived by the owner on Oct 5, 2019. It is now read-only.

[提案]コードブロックのソフトラップ機能 #195

@yuta0801

Description

@yuta0801

提案

記事幅を超えたコードブロックはスクロールバーが表示されますが、コードが縦にも長い場合スクロールしながら読むのは大変なので、ソフトラップ機能を追加してほしいです。
image

以下のスタイルを適応することで折り返されて表示されます。

div.highlight pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions