mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix(docs): md files to text conversion
This commit is contained in:
parent
ed87a7e5d5
commit
49744cf984
1 changed files with 2 additions and 1 deletions
|
|
@ -56,7 +56,8 @@ export class NgxStructureService {
|
|||
}
|
||||
|
||||
if (item.block === 'markdown') {
|
||||
item.children = this.textService.mdToSectionsHTML(require(`raw-loader!../../../articles/${item.source}`));
|
||||
item.children = this.textService.mdToSectionsHTML(
|
||||
require(`raw-loader!../../../articles/${item.source}`).default);
|
||||
}
|
||||
|
||||
if (item.children) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue