Skip to content

Head Style Tag didn't load #1783

Closed
Closed
@ersrohu

Description

@ersrohu

Bug Report

I wanted to add some style to my document, then I input this to the index.html.

<head>
  <!--The above is omitted-->
  <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
  <style type="text/css">
    p {
      text-indent: 2em;
    }
  </style>

But it didn't make text indent.

What's the matter? Why?

I can't understand.

  • Bug does still occur when all/other plugins are disabled?

  • Your OS: Windows 11

  • Node.js version: ?

  • npm/yarn version: ?

  • Browser version: MS Edge Current

  • Docsify version: Current

  • Docsify plugins: None

Please create a reproducible sandbox

Edit 307qqv236

Mention the docsify version in which this bug was not present (if any)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions