@covalent/flavored-markdown 4.1.7 → 4.1.8
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/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -141,7 +141,7 @@ A component that fetches markdown from a GitHub url and renders it using `<td-fl
|
|
|
141
141
|
|
|
142
142
|
```html
|
|
143
143
|
<td-flavored-markdown-loader
|
|
144
|
-
[url]="'https://github.com/Teradata/covalent/blob/
|
|
144
|
+
[url]="'https://github.com/Teradata/covalent/blob/main/README.md'"
|
|
145
145
|
>
|
|
146
146
|
</td-flavored-markdown-loader>
|
|
147
147
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@covalent/flavored-markdown",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.8",
|
|
4
4
|
"description": "Teradata UI Platform Flavored Markdown Module",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"@angular/core": "^13.2.0",
|
|
26
26
|
"@angular/cdk": "^13.2.1",
|
|
27
27
|
"@angular/material": "^13.2.1",
|
|
28
|
-
"@covalent/core": "4.1.
|
|
29
|
-
"@covalent/highlight": "4.1.
|
|
30
|
-
"@covalent/markdown": "4.1.
|
|
28
|
+
"@covalent/core": "4.1.8",
|
|
29
|
+
"@covalent/highlight": "4.1.8",
|
|
30
|
+
"@covalent/markdown": "4.1.8",
|
|
31
31
|
"@angular/router": "^13.2.0",
|
|
32
32
|
"@angular/platform-browser": "^13.2.0",
|
|
33
33
|
"rxjs": "~7.4.0",
|