Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Phrenic Shrine Reveals Itself #5

Open
wireddown opened this issue Jan 21, 2015 · 56 comments
Open

The Phrenic Shrine Reveals Itself #5

wireddown opened this issue Jan 21, 2015 · 56 comments

Comments

@wireddown
Copy link
Owner

This is the comment thread for The Phrenic Shrine Reveals Itself.

@wireddown
Copy link
Owner Author

Source: https://help.github.com/articles/markdown-basics

@wireddown
Copy link
Owner Author

Paragraphs

Paragraphs in Markdown are just one or more lines of consecutive text followed by one or more blank lines.

On July 2, an alien mothership entered Earth's orbit and deployed several dozen saucer-shaped "destroyer" spacecraft, each 15 miles (24 km) wide.

On July 3, the Black Knights, a squadron of Marine Corps F/A-18 Hornets, participated

@wireddown
Copy link
Owner Author

Headings

You can create a heading by adding one or more # symbols before your heading text. The number of # you use will determine the size of the heading.

The largest heading (an

tag)

The second largest heading (an

tag)

The 6th largest heading (an
tag)

@wireddown
Copy link
Owner Author

Blockquotes

You can indicate blockquotes with a >.

In the words of Abraham Lincoln:

Pardon my french

@wireddown
Copy link
Owner Author

Styling text

You can make text bold or italic.

This text will be italic
This text will be bold

Both bold and italic can use either a * or an _ around the text for styling. This allows you to combine both bold and italic if needed.

Everyone must attend the meeting at 5 o'clock today.

@wireddown
Copy link
Owner Author

Unordered lists

You can make an unordered list by preceding list items with either a * or a -.

  • Item
  • Item
  • Item
  • Item
  • Item
  • Item

@wireddown
Copy link
Owner Author

Ordered lists

You can make an ordered list by preceding list items with a number.

  1. Item 1
  2. Item 2
  3. Item 3

@wireddown
Copy link
Owner Author

Nested lists

You can create nested lists by indenting list items by two spaces.

  1. Item 1
    1. A corollary to the above item.
    2. Yet another point to consider.
  2. Item 2
    • A corollary that does not need to be ordered.
      • This is indented four spaces, because it's two spaces further than the item above.
      • You might want to consider making a new list.
  3. Item 3

@wireddown
Copy link
Owner Author

Inline formats

Use single backticks (`) to format text in a special monospace format. Everything within the backticks appear as-is, with no other special formatting.

Here's an idea: why don't we take SuperiorProject and turn it into **Reasonable**Project.

@wireddown
Copy link
Owner Author

Multiple lines

You can use triple backticks (```) to format text as its own distinct block.

Check out this neat program I wrote:

x = 0
x = 2 + 2
what is x

@wireddown
Copy link
Owner Author

Links

You can create an inline link by wrapping link text in brackets ( [ ] ), and then wrapping the link in parentheses ( ( ) ).

For example, to create a hyperlink to www.github.com, with a link text that says, Visit GitHub!, you'd write this in Markdown: Visit GitHub!.

@wireddown
Copy link
Owner Author

Strikethrough

GFM adds syntax to create strikethrough text, which is missing from standard Markdown.

Mistaken text.

@wireddown
Copy link
Owner Author

Code blocks can be taken a step further by adding syntax highlighting. In your fenced block, add an optional language identifier and we'll run it through syntax highlighting. For example, to syntax highlight Ruby code:

require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html

@wireddown
Copy link
Owner Author

By including colons : within the header row, you can define text to be left-aligned, right-aligned, or center-aligned:

Left-Aligned Center Aligned Right Aligned
col 3 is some wordy text $1600
col 2 is centered $12
zebra stripes are neat $1

A colon on the left-most side indicates a left-aligned column; a colon on the right-most side indicates a right-aligned column; a colon on both sides indicates a center-aligned column.

@wireddown
Copy link
Owner Author

Lists can be turned into task lists by prefacing list items with [ ] or [x](incomplete or complete, respectively).

  • @mentions, #refs, links, formatting, and tags are supported
  • list syntax is required (any unordered or ordered list supported)
  • this is a complete item
  • this is an incomplete item

@wireddown
Copy link
Owner Author

Task lists can be nested to better structure your tasks:

  • a bigger project
    • first subtask #1234
    • follow up subtask #4321
    • final subtask cc @mention
  • a separate task

@wireddown
Copy link
Owner Author

Certain references are auto-linked:

@nabn
Copy link

nabn commented Sep 25, 2015

this is a test comment

@bernardosulzbach
Copy link

So, does this makes a PR? That would be great, as you'd even have a way to moderate comments then.

@bernardosulzbach
Copy link

Oh, OK. It does not. I see it is not stored in GH, which is nice to keep the repository leaner. Kudos for you for this. Looks nice.

@wireddown
Copy link
Owner Author

Comments are stored in GitHub as issues not pull requests. This comment thread is stored here: #5

@bernardosulzbach
Copy link

@wireddown Oh, so that's why I didn't find a file with it.

@cauerego
Copy link

cauerego commented Mar 5, 2017

this is indeed freaking awesome! much cooler than the supposed original idea. :)

missing:

  • the reactions
  • [owner] flag
  • self perma-hashtag-link in each comment
  • links to github issue (such as a small # on the corner so we can delete / edit)
  • better css formatting / font (trivial huh? at least remove the extra slashes from nested list :P)

@wireddown
Copy link
Owner Author

Thanks for the ideas :-)

@flipp5b
Copy link

flipp5b commented May 9, 2017

Test comment here.

@weitzman
Copy link

lll

@duanqz
Copy link

duanqz commented Sep 14, 2017

Have a try

@franklinbaldo
Copy link

Teste

@dymodi
Copy link

dymodi commented Oct 24, 2017

There is a Oops! below. Is there any body maintain this website?

@wireddown
Copy link
Owner Author

There is a Oops! below.

I don't see one when I visit the page. Was the error message always on the page for you, or did it appear after you logged in, or at some other time?

@xuantungmta
Copy link

wdsadsadd asd

@saladworks
Copy link

this is a test

@saladworks
Copy link

rrrr

@mehowq
Copy link

mehowq commented Jan 24, 2018

test123

@sabgaby
Copy link

sabgaby commented Feb 20, 2018

working

@haiy
Copy link

haiy commented Mar 15, 2018

here is a test

@haiy
Copy link

haiy commented Mar 15, 2018

Great!

@tenchooo
Copy link

tenchooo commented Apr 1, 2018

Test

@weiliu620
Copy link

Hi there

@afeather123
Copy link

Hey there would you look at that here's a comment!

@sudongqi
Copy link

sudongqi commented Jun 1, 2018

$$x_i$$

@jundalisay
Copy link

testtest

@atskyline
Copy link

111

@sachin10101998
Copy link

does it post instantly?

@sachin10101998
Copy link

dskhebvjsmef

@sachin10101998
Copy link

wqfdjwe fjfw

@holmosaint
Copy link

hello

@AvicenaIG
Copy link

tests

@cauerego
Copy link

cauerego commented Nov 7, 2019

this is indeed freaking awesome! much cooler than the supposed original idea. :)

missing:

  • the reactions
  • [owner] flag
  • self perma-hashtag-link in each comment
  • links to github issue (such as a small # on the corner so we can delete / edit)
  • better css formatting / font (trivial huh? at least remove the extra slashes from nested list :P)

sadly, they're all still missing (perhaps except the css). even worst, github is doomed to diminishing returns, ever since Microsoft. happily, there must be a better option already. perhaps something around gatsby? https://strapi.io/blog/building-a-static-website-using-gatsby-and-strapi (right now, i don't really care).

@Hisfantor
Copy link

test

@RahnL
Copy link

RahnL commented Oct 4, 2020

Nice like cheese and angry pastries upset everyone!

@phuais
Copy link

phuais commented Oct 28, 2020

Hello, comment test

@adskoe96
Copy link

adskoe96 commented Jun 1, 2021

wow

@qkiee
Copy link

qkiee commented May 31, 2022

Cool

@pervoj
Copy link

pervoj commented Jun 16, 2022

test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests