Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aeroware/outline

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aeroware/outline

Outline is a light-weight package for parsing Outline.

  • 1.0.1
  • npm
  • Socket score

Version published
Weekly downloads
8
increased by166.67%
Maintainers
2
Weekly downloads
 
Created
Source

Outline

Outline is a light-weight package for parsing Outline.

Outline is our own subset of Jade, so there's nothing special about it.

Example:

h2 Welcome to Outline!

h5 Outline is a subset of Jade

p It's very easy to write outlines and documentation.

p.wow You can add a class,

p.amazing.wow or multiple classes.

h4.amazing.wow#cool Even ids work as well.

Output:

<h2>Welcome to Outline!</h2>

<h5>Outline is a subset of Jade</h5>

<p>It's very easy to write outlines and documentation.</p>

<p class="wow">You can add a class,</p>

<p class="amazing wow">or multiple classes.</p>

<h4 class="amazing wow" id="cool">Even ids work as well.</h4>

Simply import the package and call the function on a string. That's it!

FAQs

Package last updated on 14 Feb 2021

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc