使用 ngx-markdown 中的管道指令时如何显示行号
How can I display the line numbers when using the pipe directive from ngx-markdown
这是我当前的代码:
<div [innerHTML]="jsonMarkdown | json | language : 'json' | markdown"></div>
它显示 jsonMarkdown
正确且格式正确,但我无法使用行号。我按照文档进行操作,将行号插件添加到 angular.json
但现在我卡住了。
我试过了
<div [innerHTML]="jsonMarkdown | json | language : 'json' | markdown" lineNumbers></div>
但这没有用。
已将其报告为错误,将在 7.1.4 中修复(今晚 26.02.2019)
Github 错误报告:https://github.com/jfcere/ngx-markdown/issues/135
这是我当前的代码:
<div [innerHTML]="jsonMarkdown | json | language : 'json' | markdown"></div>
它显示 jsonMarkdown
正确且格式正确,但我无法使用行号。我按照文档进行操作,将行号插件添加到 angular.json
但现在我卡住了。
我试过了
<div [innerHTML]="jsonMarkdown | json | language : 'json' | markdown" lineNumbers></div>
但这没有用。
已将其报告为错误,将在 7.1.4 中修复(今晚 26.02.2019)
Github 错误报告:https://github.com/jfcere/ngx-markdown/issues/135