ember-code-block:Ember的简单,有效和可自定义代码突出显示

时间:2024-06-07 00:31:58
【文件属性】:

文件名称:ember-code-block:Ember的简单,有效和可自定义代码突出显示

文件大小:195KB

文件格式:ZIP

更新时间:2024-06-07 00:31:58

JavaScript

余烬代码块 使用Highlight.js对Ember进行简单,有效且可自定义的代码突出显示 用法 let code = ` <html> <body>

    </body> </html>` {{ code-block code language = " html " }} 安装 ember install ember-code-block 选择语言 Highlight.js带有160多种语言包,但实际上,您可能只想使用Handfull。 默认情况下,此插件不会在构建中包含任何语言以保持其较小,而是必须通过在应用程序的环境中配置此插件来注册一种语言: ENV [ 'ember-code-block' ] = { languages : [ 'json' , 'handlebars' , 'javascript' ] , } 查看 您可能还需要配


    【文件预览】:
    ember-code-block-master
    ----.gitignore(346B)
    ----README.md(1KB)
    ----CHANGELOG.md(131B)
    ----ember-cli-build.js(494B)
    ----.bowerrc(60B)
    ----.ember-cli(280B)
    ----tests()
    --------integration()
    --------test-helper.js(222B)
    --------dummy()
    --------unit()
    --------.jshintrc(759B)
    --------helpers()
    --------index.html(1KB)
    --------.eslintrc.js(52B)
    ----testem.js(506B)
    ----Languages.md(2KB)
    ----app()
    --------components()
    --------.gitkeep(0B)
    --------initializers()
    ----.jshintrc(518B)
    ----bower.json(55B)
    ----package.json(2KB)
    ----vendor()
    --------.gitkeep(0B)
    ----index.js(5KB)
    ----config()
    --------changelog.js(789B)
    --------ember-try.js(1KB)
    --------environment.js(90B)
    --------release.js(536B)
    ----LICENSE.md(1KB)
    ----jsconfig.json(141B)
    ----addon()
    --------components()
    --------.gitkeep(0B)
    --------initializers()
    ----.watchmanconfig(37B)
    ----.eslintignore(28B)
    ----.npmignore(277B)
    ----.travis.yml(1KB)
    ----.editorconfig(368B)
    ----yarn.lock(312KB)
    ----.eslintrc.js(977B)
    ----package-lock.json(452KB)

    网友评论