This post exists purely to house answers formerly attached to the formatting sandbox. You can safely ignore it.
623 Answers
- Yeah, let's see.Berry Holmes– Berry Holmes2017-05-23 14:04:05 +00:00Commented May 23, 2017 at 14:04
- 1@Berry lol, well, nothing happened!user152859– user1528592017-05-23 14:07:45 +00:00Commented May 23, 2017 at 14:07
- 1Try adding some unicorn magic.Berry Holmes– Berry Holmes2017-05-23 14:10:00 +00:00Commented May 23, 2017 at 14:10
- Super User Meta Stack Exchange [stackoverflow.se] [mso] [mse] magic link works?iBug says Reinstate Monica– iBug says Reinstate Monica2017-05-31 14:21:42 +00:00Commented May 31, 2017 at 14:21
- help center or help center or [help/whatever]2017-06-03 14:42:26 +00:00Commented Jun 3, 2017 at 14:42
give me math $x$$math$
hello $x=1$ adsa ljlj hello $x=1$ adsa ljlj hello $x=1$ adsa ljlj hello $x=1$ adsa ljlj hello $x=1$ adsa ljlj hello $x=1$ adsa ljlj hello $x=1$ adsa ljlj hello $x=1$ adsa ljlj hello $x=1$ adsa ljlj hello $x=1$ adsa ljlj hello $x=1$ adsa ljlj hello $x=1$ adsa ljlj hello $x=1$ adsa ljlj hello $x=1$ adsa ljlj
there it is $\mathbb{P}(a)$
I need to make a snippet, and I need it now.
<p>This is a snippet.</p> <p><b>B</b> <i>I</i> <u>U</u> <s>S</s></p> <p><font color="red">Color using HTML</font><p> <p style="color:blue">Color using CSS</p> <p><font face="Comic Sans MS">Custom font!</font></p> Testing nesting of bulleted lists:
- A bullet point.
- Some clarification.
- Additional examples.
- Example 1
- More info
- NB
- Example 2
- Example 1
- Exception.
- Yet another top-level point.
just testing code syntax highlighting for T-SQL:
DECLARE @ CHAR(8) SELECT @=f FROM t,(VALUES ('AK','&&& ###'), ('IA','&&& ###'), -- 44 more rows here -- ('TN','&##-##&'), ('UT','&## #&&')) m(s,f) WHERE m.s=t.s ORDER BY NEWID() WHILE CHARINDEX('&',@)>0 SET @=STUFF(@,CHARINDEX('&',@),1, SUBSTRING('ABCDEFGHJKLMNPRSTUVWXYZ',CAST(1+23*RAND()AS INT),1)) WHILE CHARINDEX('#',@)>0 SET @=STUFF(@,CHARINDEX('#',@),1, CAST(10*RAND()AS INT)) PRINT @ - this is a test
- iBug says Reinstate Monica– iBug says Reinstate Monica2017-07-30 02:25:50 +00:00Commented Jul 30, 2017 at 2:25
This is a test
test, please ignore
Edit: I am doing it right?
Does this highlighting work?
While not hinted otherwise: <html></html> source <b>goes</b> "here". var a = 3; while (not (a > 0)) { alert("JavaScript code <b>goes</b> here."); } Does this tag cancel the effects of the one above? Oh, it came above. Dang it.
- No, it doesn't.Donald Duck is with Ukraine– Donald Duck is with Ukraine2017-10-09 11:27:53 +00:00Commented Oct 9, 2017 at 11:27
- I wanna be a shadow knight!!!John Militer– John Militer2017-10-17 03:22:26 +00:00Commented Oct 17, 2017 at 3:22
- @John who said Shadow and didn't get one? :Duser152859– user1528592017-10-19 06:08:33 +00:00Commented Oct 19, 2017 at 6:08
- This goes over my head.gnucchi– gnucchi2017-10-19 18:44:54 +00:00Commented Oct 19, 2017 at 18:44
Lorem Ipsum
List <int> lst=new List<int>(); Console.WriteLine(lst.Count.ToString();
well, well.
Could the tooltip of the
Code snippetbe extended to something likeCode snippet - only for JavaScript and HtmlorCode snippet - only for browser runnable code? As users put everything there Java, C++, even SQL queries... Such tooltip would prevent at least some of this rubbish.
Could the tooltip of the Code snippet be extended to something like Code snippet - only for JavaScript and Html or Code snippet - only for browser runnable code? As users put everything there Java, C++, even SQL queries... Such tooltip would prevent at least some of this rubbish.
- For those who are wondering, this suggestion was originally posted here.Donald Duck is with Ukraine– Donald Duck is with Ukraine2017-11-15 15:50:09 +00:00Commented Nov 15, 2017 at 15:50
Attempt to put code in a list:
- First item
- Second item
- Third item with
inline code Fourth item with
code block { }fifth item, but the block isn't formatted :-(
- You need to indent the code block 4 extra spaces.Donald Duck is with Ukraine– Donald Duck is with Ukraine2018-01-05 23:03:36 +00:00Commented Jan 5, 2018 at 23:03
- @DonaldDuck A double indent. Wouldn't have thought about it myself. Thanks!Mureinik– Mureinik2018-01-06 07:03:46 +00:00Commented Jan 6, 2018 at 7:03
Just testing <pre> & <code>
## Hashes ## ## Testing ## ## pu sgniht ssem netfo sehsah ## ## #Hashes ## ## # # ## # # # ## # # # ## # # #### # ##### # ### ## ######### # # # # # # ## # # # # # ### # # ## # # # ## # # # ## # # # ## # ##### # # ## ## #Hashes <pre><code></code></pre> works.
## Hashes
#
Testing
#
pu sgniht ssem netfo sehsah
#Hashes
#
# #
# #
# # #### # ##### #
######### # # # # #
# # # # # ### #
# # # ## # #
# # # ## # ##### #
#
#
Hashes
<pre><code></pre></code> doesn't work so well, as expected.
## Hashes ## ## Testing ## ## pu sgniht ssem netfo sehsah ## ## #Hashes ## ## # # ## # # # ## # # # ## # # #### # ##### # ### ## ######### # # # # # # ## # # # # # ### # # ## # # # ## # # # ## # # # ## # ##### # # ## ## #Hashes
<pre></pre> works.
## Hashes
#
Testing
#
pu sgniht ssem netfo sehsah
#Hashes
#
# #
# #
# # #### # ##### #
######### # # # # #
# # # # # ### #
# # # ## # #
# # # ## # ##### #
#
#
Hashes
<code></code> does not.
If <pre></pre> works the same as <pre><code></code></pre> here, what makes them different?
this is an answer
this is still an answer
- test comment rewrite, and edit, edit 22018-03-08 11:28:10 +00:00Commented Mar 8, 2018 at 11:28
<a
Testing body and comments and temporary proof of Markdown code snippets don't allow trailing spaces for Set space after inline code environment which ends with a space in comments
-
astufftocheckthespaceben is uǝq backwards– ben is uǝq backwards2018-01-21 21:53:48 +00:00Commented Jan 21, 2018 at 21:53 - Use comments to ask for clarification or add more information. Avoid comments like "+1" or "thanks".user382048– user3820482018-02-24 16:44:59 +00:00Commented Feb 24, 2018 at 16:44
- @benisuǝqbackwardsDonald Duck is with Ukraine– Donald Duck is with Ukraine2018-03-28 15:40:49 +00:00Commented Mar 28, 2018 at 15:40
Testing percent-encoding on post
- http://example.com! http://example.com* http://example.com' http://example.com(
- http://example.com) http://example.com; http://example.com: http://example.com@
- http://example.com& http://example.com= http://example.com+ http://example.com$
- http://example.com, http://example.com/ http://example.com? http://example.com
- http://example.com# http://example.com[ http://example.com] http://example.com
- http://example.com" http://example.com% http://example.com- http://example.com.
- http://example.com< http://example.com> http://example.com\ http://example.com^
- http://example.com_ http://example.com` http://example.com{ http://example.com|
- http://example.com} http://example.com~
For chat: see https://chat.meta.stackexchange.com/rooms/1034/conversation/percent-encoding-behavior-on-chat
. .
- Testing what is, and what is not allowed as an answer.hat– hat2018-02-17 17:24:08 +00:00Commented Feb 17, 2018 at 17:24
testing 123456 and a bunch more characters to reach 30
This is supposed to be a post to test a bug related to rolling back to suggested edits when "improve edit" is selected
And this is the proposed edit
[status-no-repro] on answers apparently
- 2This comment should break the grace periodZoe - Save the data dump– Zoe - Save the data dump2018-05-02 15:59:44 +00:00Commented May 2, 2018 at 15:59
OMG I can embed stuff in a post as a snippet?!
<iframe name="ngram_chart" src="https://books.google.com/ngrams/interactive_chart?content=VBA&year_start=1980&year_end=2018&corpus=15&smoothing=3&share=&direct_url=t1%3B%2CVBA%3B%2Cc0" width=900 height=500 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no></iframe>