@foblex/m-render 4.0.1 → 4.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@foblex/m-render",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "MRender is a static site generator designed for creating fast and user-friendly documentation sites based on Markdown files. MarkEngine supports extended Markdown syntax and can render Angular components directly from Markdown files.",
5
5
  "author": "Siarhei Huzarevich",
6
6
  "license": "MIT",
@@ -694,6 +694,7 @@ declare class MarkdownService {
694
694
  parseUrl(src: string): Observable<SafeHtml>;
695
695
  parseText(value: string): Observable<SafeHtml>;
696
696
  private _normalizeLinks;
697
+ private _appendLinkClasses;
697
698
  private _isExternalLink;
698
699
  private _cleanupEmptyParagraphs;
699
700
  private _cleanupWasteParagraphFromExampleView;