質問

私の小さな問題Derobinの実装では、大量破壊兵器の編集者。

するというフォーマットを適切かんかいかがでしょうか。がんばることができるかこのDoctypeいます。

を使用していましたmarkdownテキストの例を参考にするのいずれかを履修のことのように見える。

  1. リストのリスト項目:
    • インデントにつ。
      • インデント八す。
    • 四つの空間です。
  2. 複数の項におけるリスト項目:でインデント、段落つの空間 く三が可能であり、これまでのように取得し 混乱き巣をしています。こだわります。

    またインデントの最初の行に追加スペースを合わせ でこれらの努めます。実使用していますが、い このリストでのすべての項目を行いました。

    この項では、リストの項目でごちゃごちゃのは人です。でないとあなたを包み込むネストした段落を手動で、まったの。

  3. Blockquotesリスト項目:

キャンセル扱いとなり、キャンセラ インデントの>'s四ます。

  1. 整形済みテキストのリスト項目:

    Skip a line and indent eight spaces.
    That's four spaces for the list
    and four to trigger the code block.
    

しかし、私のようになります。

Example of issue

これはCSSの関連が見えないことに気づいたべきだと思います。では、CSSの場合は必要ないものすべてとしてもお使いいただくことによっての原因です。しかし、いずれれば、実際のスクリプト自体として貸倒しの例を作っているだけコピーと同じ正確なコードとします。

私も、この例は、付属のダウンロードは、大量破壊兵器の動作ですが、回を追加するので、上記が発生します。

更に付け加えればこの問題は持続性にIE7/8、Firefox3.5.

協力をよろしくお願いいたします。


編集: 解決の弾番号の登場以外のボックスを追加すると、CSSスタイルやol ulのlist-style-役職:内;その他のものに変更はありません。

編集: 編集ユーザーのコメントです。HTML出力です:

<ol>
<li>Lists in a list item:
<ul><li>Indented four spaces.
<ul><li>indented eight spaces.</li></ul></li>
<li>Four spaces again.</li></ul></li>
<li><p>Multiple paragraphs in a list items:
It's best to indent the paragraphs four spaces
You can get away with three, but it can get
confusing when you nest other things.
Stick to four.</p>

<p>We indented the first line an extra space to align
it with these paragraphs.  In real use, we might do
that to the entire list so that all items line up.</p>

<p>This paragraph is still part of the list item, but it looks messy to humans. So it's a good idea to wrap your nested paragraphs manually, as we did with the first two.</p></li>
<li><p>Blockquotes in a list item:</p></li>
</ol>

<blockquote>
<p>Skip a line and
indent the >'s four spaces.</p>
</blockquote>

<ol>
<li><p>Preformatted text in a list item:</p>

<pre><code>Skip a line and indent eight spaces.
That's four spaces for the list
and four to trigger the code block.
</code></pre></li>
</ol>
役に立ちましたか?

解決

おcssファイルです:

* {
    margin:0;
    padding:0;
}

であるユニバーサルリセットを除去するパディング-マージからです。としていると思われるDoctype.com.

る必要がありま削除、利用により制御可能なリセット、 セットの一部のデフォルトのパディングおよびマージンulのliのです。

すべてのブラウザが異なるデフォルトのul安い傾向にあるは省略してからリセット設定nav ulの注目する必要があると主張した。

こちらは、リセットを使ってい:

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    }

をリセットほとんどの他のリストが表示されます。

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top