🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@atlaskit/util-dmd-plugin

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/util-dmd-plugin

A dmd plugin for AtlasKit documentation

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

AtlasKit component registry Commitizen friendly semantic-release Report an issue Ask in our forum

ak-dmd-plugin

A dmd plugin for AtlasKit documentation.

Modifications

  • Add the @js and @html tags, which can be used inside an @example tag to mark it as a JavaScript or HTML example:
/**
 * @example @js console.log('Hello world!');
 */
  • Add the @playground tag, which can be added to an @example tag to mark it as code used in interactive examples on the AtlasKit registry.
/**
 * @example @html @playground <p>Hello world!</p>
 */
  • Modify the index of members to list properties, methods, and events separately.

See dmd and jsdoc-to-markdown for more information.

stripTags(str, tags)

Strip '@'-prefixed tags from a string

Kind: global function

ParamTypeDescription
strstringThe string
tagsArray.<string>The tags to strip.

Example

stripTags('@example My example', ['example']);

Support and feedback

We're here to help!

Let us know what you think of our components and docs, your feedback is really important for us.

Community support

Ask a question in our forum.

Check if someone has already asked the same question before.

Create a support ticket

Are you in trouble? Let us know!

Keywords

atlaskit

FAQs

Package last updated on 27 Feb 2017

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