Skip to content

patchkit/patchkit-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown

Render markdown (commonly used in messages)

import * as Markdown from 'patchkit-markdown'

<Markdown.Block md={md} />
<Markdown.Inline md={md} />

// if provided, msg will supply username lookup for @-mentions
<Markdown.Block md={md} msg={msg} />

Use the .less file:

@import "node_modules/patchkit-markdown/styles.less"

About

Render markdown (commonly used in messages)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published