• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

修訂392e90bf2c758b3aaf49c6104588898d958030fc (tree)
時間2012-07-10 04:34:59
作者Jenny Steele <jsteele@geek...>
CommiterJenny Steele

Log Message

[#4423] Changed docs to explain that a line break turns into a br in our flavor of markdown

Change Summary

差異

--- a/Allura/allura/templates/jinja_master/lib.html
+++ b/Allura/allura/templates/jinja_master/lib.html
@@ -249,21 +249,16 @@ You can even link to tickets in a subproject with `[subproject.tickets:#123]`.</
249249 <p>Output:</p>
250250 {{g.markdown.convert("""<s>this is strike through text</s>""")}}
251251
252-<div class="codehilite"><pre>Just write paragraphs like in a text file and they will display how
253-you would expect. A blank line separates paragraphs.
252+<div class="codehilite"><pre>A carriage return
253+makes a line break.
254254
255-So this is a new paragraph. But any text on adjacent lines
256-will all end up
257-in the same paragraph.
258-</pre></div>
255+Two carriage returns make a new paragraph.</pre></div>
259256
260257 <p>Output:</p>
261-{{g.markdown.convert("""Just write paragraphs like in a text file and they will display how
262-you would expect. A blank line separates paragraphs.
258+{{g.markdown.convert("""A carriage return
259+makes a line break.
263260
264-So this is a new paragraph. But any text on adjacent lines
265-will all end up
266-in the same paragraph.""")}}
261+Two carriage returns make a new paragraph.""")}}
267262 </div>
268263
269264 <div class="markdown_syntax_section hidden_in_modal md_ex_bq{{id}}">