Skip to content
This repository was 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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

db372f3 · Oct 15, 2020

History

13 Commits
Oct 14, 2020
Oct 15, 2020
Oct 14, 2020
Oct 14, 2020
Oct 15, 2020
Oct 15, 2020
Oct 15, 2020
Oct 14, 2020
Oct 15, 2020
Oct 14, 2020
Oct 15, 2020
Oct 15, 2020
Oct 15, 2020
Oct 14, 2020
Oct 15, 2020
Oct 14, 2020

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>