「Build Settings」から「bundle loader」と「test host」の値を削除
「Build Settings」から「bundle loader」に
| #!/usr/bin/env ruby | |
| # coding: utf-8 | |
| require "./fluentd_conf_dsl" | |
| # CONSTANTS | |
| DOMAIN = "fluentd-01" | |
| # MACRO | |
| def macro_forward_settings |
| function flatten() { | |
| var a = arguments, l = 0; | |
| while (l != a.length) { | |
| l = a.length; | |
| a = Array.prototype.concat.apply([], a); | |
| } | |
| return a; | |
| }; |
| require 'webrick' | |
| def server_start res_codes | |
| _res_codes = res_codes.dup | |
| server_thread = Thread.new do | |
| server = WEBrick::HTTPServer.new( | |
| Port: 10080, | |
| Logger: WEBrick::Log.new('/dev/null'), | |
| AccessLog: [], | |
| StartCallback: Proc.new { Thread.main.wakeup } |
| type | Regexp |
|---|---|
| iPhone | .iPhone. |
| iPad | .iPad. |
| Android | .Android. |
| Windows Phone | .Windows Phone. |
| BlackBerry | .BlackBerry. |
| Symbian | .Symbian. |
| IE | .Mozilla/[\d.]+ (compatible; MSIE (\d+). |
| Chrome | .Chrome.(\d+). |
http://daringfireball.net/projects/markdown/
Setextスタイルのheader.
ヘッダー 1
==========
http://michelf.ca/projects/php-markdown/extra/
markdown="1"というAttributeを付与することでブロックタグ内でMarkdown書式が有効となる. また該当AttributeはHTML出力時に除去される.
<div markdown="1">
This is *true* markdown text.
http://maruku.rubyforge.org/maruku.html
Markdownから出力されるHTML要素に任意の属性を追加できるようにする拡張記法. 基本形は以下.
{: #id .class key=value ref_id}
https://github.com/vmg/redcarpet/blob/master/README.markdown
no_intra_emphasis
| tab | les |
|---|