mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 05:53:03 +00:00
move configs, add extra documentation
This commit is contained in:
@@ -14,8 +14,10 @@ describe('Markdown Pipe', () => {
|
||||
{
|
||||
provide: APP_CONFIG,
|
||||
useValue: Object.assign(environment, {
|
||||
enableMarkdown: true,
|
||||
enableMathjax: true,
|
||||
markdown: {
|
||||
enabled: true,
|
||||
mathjax: true,
|
||||
}
|
||||
})
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user