どうやら</summary>後の空行以降から整形される。
違いは</summary>後の空行だけ。
<details>
<summary>これは中身が整形されない</summary>
1. 野菜**A**の皮を剥く。
2. 乱切りにする。| #!/bin/sh -eu | |
| # | |
| # required env: | |
| # WAFFLE_ACCESS_TOKEN | |
| # WAFFLE_ORG_NAME | |
| # WAFFLE_PROJECT_NAME | |
| # | |
| # required packages: | |
| # base64 | |
| # curl |
| require 'csv' | |
| require 'optparse' | |
| # | |
| # なるべく短い正規表現で住所を「都道府県/市区町村/それ以降」に分けるエクストリームスポーツ | |
| # http://qiita.com/zakuroishikuro/items/066421bce820e3c73ce9 | |
| # | |
| # 正規表現で住所の「都道府県/市区町村/それ以降」をキャプチャできるか試すスクリプト | |
| # 使い方はとりあえず実行すれば分かると思います | |
| # |
| # moved to https://github.com/masutaka/dotfiles-public/blob/master/bin/my-brew-bundle |
| #!/bin/bash | |
| ## install fontforge | |
| brew install fontforge | |
| ##mkdir work | |
| mkdir ~/.Trash/ricty | |
| cd ~/.Trash/ricty | |
| ## get fontfiles |
| module RSpec | |
| module Core | |
| class Example | |
| def run_with_retry(example_group_instance, reporter) | |
| @retrying_count = 0 | |
| succeeded = run_without_retry(example_group_instance, reporter) | |
| unless succeeded | |
| return finish_without_retry(reporter) unless retry_needed? |
| # encoding: utf-8 | |
| module TelSplitter | |
| MAP = { | |
| # 市外局番 , 市内局番の桁数のマップ | |
| # http://www.soumu.go.jp/main_sosiki/joho_tsusin/top/tel_number/number_shitei.html のデータを利用 | |
| # 固定電話以外の桁数は適当です... | |
| '050' => 4, # IP電話 | |
| '070' => 4, # 携帯電話/PHS | |
| '080' => 4, # 携帯電話 |
| using System.Data; | |
| using System.Linq; | |
| using System.Text; | |
| namespace Ledsun | |
| { | |
| public static class DataTableExtentions | |
| { | |
| #region 抽出結果データテーブルをCSVテキストに変換する。 | |
| /// <summary> |
cribbed from http://pastebin.com/xgzeAmBn
Templates to remind you of the options and formatting for the different types of objects you might want to document using YARD.