Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTMLBuilderのlist記法の出力にlanguage-*クラスを追加する #666

Merged
merged 1 commit into from
Aug 24, 2016

Conversation

vvakame
Copy link
Contributor

@vvakame vvakame commented Aug 13, 2016

https://highlightjs.org/ で簡単にコードハイライトしたかった。
ついでに、listに第三引数書くのはめんどくさかった。
そんな思いをpull requestにしました。

以下のようなコード片を入れるとsyntax highlightできるようになります。

  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.6.0/styles/default.min.css">
  <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.6.0/highlight.min.js"></script>
  <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.6.0/languages/typescript.min.js"></script>
  <script>document.querySelectorAll("pre.list").forEach(function(b) { hljs.highlightBlock(b); });</script>

今、%Q[<pre class="list">] なのは何か理由があるのでしょうか?(<code>にしたい

@kmuto
Copy link
Owner

kmuto commented Aug 13, 2016

<code>はインラインタグなので結局<pre>が必要では。

@kmuto
Copy link
Owner

kmuto commented Aug 13, 2016

パッチのほうはよさげに見えます。ほかのリスト系にも適用すべき?

@vvakame
Copy link
Contributor Author

vvakame commented Aug 13, 2016

listnum、emlist、emlistnum あたりですかね。
明日はコミケで朝が早いので、月曜あたりにパワがあったら更新しておきます…!

<code>はインラインタグなので結局<pre>が必要では。

なるほど確かに https://highlightjs.org/usage/ でもpreの中にcodeという構成でした…!

@vvakame vvakame force-pushed the add-language-class branch from 9fccefa to 107b9e7 Compare August 15, 2016 15:38
@vvakame
Copy link
Contributor Author

vvakame commented Aug 15, 2016

追加してみました!

@kmuto kmuto merged commit eb68457 into kmuto:master Aug 24, 2016
@kmuto
Copy link
Owner

kmuto commented Aug 24, 2016

マージしてみました

@vvakame vvakame deleted the add-language-class branch August 24, 2016 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants