Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.
/ mark Public archive

Mark marks up what you mark down with markdown!

License

Notifications You must be signed in to change notification settings

lwrly/mark

Repository files navigation

Mark

Mark marks up what you mark down with markdown!

Install

Add the registry to your .npmrc:

registry=https://npm.pkg.github.com/lwrly

With NPM:

npm i @lwrly/mark

Not available via yarn (yet).

In your app.module.ts:

...
  imports: [
    BrowserModule,
    AppRoutingModule,
    ...other stuff,
    MarkdownModule
  ],
...

In your component file:

<mark></mark>