APL Wiki:Formatting: Difference between revisions

Jump to navigation Jump to search
400 bytes added ,  23:17, 5 November 2019
Miraheze>Adám Brudzewsky
Miraheze>Adám Brudzewsky
Line 83: Line 83:
2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79 83 89 97
2 3 5 7 11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79 83 89 97
</source></blockquote>
</source></blockquote>
==== Very long code blocks ====
Use
<blockquote><pre>
{{Collapse|The below code generates a tall column of numbers.|
<source lang=apl>
      ⍪⍳10
1
2
3
4
5
6
7
8
9
10
</source>
}}}
</pre></blockquote>
which results in:
<blockquote>
{{Collapse|The below code generates a tall column of numbers.|
<source lang=apl>
      ⍪⍳10
1
2
3
4
5
6
7
8
9
10
</source>
}}}</blockquote>


== Creating new pages ==
== Creating new pages ==

Navigation menu