markdown-to-html-pipe icon indicating copy to clipboard operation
markdown-to-html-pipe copied to clipboard

allow for inline ouput using additional pipe param

Open larqitos opened this issue 5 years ago • 0 comments

Added an additional arg so the user can use the inlineLexer to prevent the output of the p parameter. I'm new to the world of pipes but figured this might be the best way to do it.

So an example with the additional argument would be: [innerHTML]="t.text || t.full_text | MarkdownToHtml:{}:true"

I'm adding this functionality because I am leveraging your functionality in one of my projects and could use it as well.

larqitos avatar Nov 22 '19 21:11 larqitos