@foblex/m-render 2.7.2 → 2.7.4
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/fesm2022/foblex-m-render-cookie-popup.component-BZZxqp3j.mjs.map +1 -1
- package/fesm2022/foblex-m-render.mjs +27 -29
- package/fesm2022/foblex-m-render.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/lib/documentation-page/components/markdown-container/f-markdown/components/f-code-group/f-code-view/utils/parse-language.d.ts +0 -1
- package/lib/documentation-page/components/markdown-container/f-markdown/index.d.ts +0 -1
- package/lib/{documentation-page/components/markdown-container/f-markdown/highlight → highlight}/highlight.service.d.ts +4 -0
- package/lib/{documentation-page/components/markdown-container/f-markdown/highlight → highlight}/index.d.ts +2 -0
- package/lib/highlight/languages.d.ts +1 -0
- package/package.json +1 -1
- /package/lib/{documentation-page/components/markdown-container/f-markdown/highlight → highlight}/mark-code-focused-blocks.post-processor.d.ts +0 -0
- /package/lib/{documentation-page/components/markdown-container/f-markdown/highlight → highlight}/theme.d.ts +0 -0
package/index.d.ts
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class HighlightService {
|
|
4
|
+
/**
|
|
5
|
+
* Service for highlighting code blocks using Shiki.
|
|
6
|
+
* It supports syntax highlighting and post-processing for focused blocks.
|
|
7
|
+
*/
|
|
4
8
|
private readonly _isBrowser;
|
|
5
9
|
private readonly _window;
|
|
6
10
|
private readonly _highlighter$;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const AVAILABLE_LANGUAGES: string[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@foblex/m-render",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.4",
|
|
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",
|
|
File without changes
|
|
File without changes
|