LoginSignup
3
4

More than 5 years have passed since last update.

Redmineでコードハイライトを利用する

Last updated at Posted at 2013-06-20

pre及び、codeタグを利用する。

<pre><code class="c">
#include <stdio.h>

int main(void) {
    printf("hello, world\n");

    return 0;
}
</code></pre>

Redmineのシンタックスハイライトの対応形式 | Redmine.JP Blog

3
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
4