Giter Club home page Giter Club logo

githawk-playground's People

Contributors

rnystrom avatar rnystromtest avatar

Watchers

 avatar

githawk-playground's Issues

Markdown Demo - Line breaks

Here's a line for us to start with.

This line is separated from the one above by two newlines, so it will be a separate paragraph.

This line is also a separate paragraph, but...
This line is only separated by a single newline, so it's a separate line in the same paragraph.

Tags renamed

  • basic
  • checked
  • two spaces
  • three spaces
    • indent
      • two indents
  • capital

Table w/ HTML

Title

Q                       A
Fixed Issues? #6370
Patch: Bug Fix? Yes
Major: Breaking Change?
Minor: New Feature?
Tests Added + Pass? Yes
Documentation PR
Any Dependency Changes?

more words

Markdown Demo - Tables

Colons can be used to align columns.

Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1

There must be at least 3 dashes separating each header cell.
The outer pipes (|) are optional, and you don't need to make the
raw Markdown line up prettily. You can also use inline Markdown.

Markdown Less Pretty
Still renders nicely
1 2 3

Test different types of images

Big markdown

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

plume

Markdown Demo - Emphasis

Emphasis, aka italics, with asterisks or underscores.

Strong emphasis, aka bold, with asterisks or underscores.

Combined emphasis with asterisks and underscores.

Strikethrough uses two tildes. Scratch this.

Testing from iPad report bug

I might fix 3 issues with one PR

Bug Report Dump (Auto-generated)
Version 1.11.0 (943)
Device: Simulator (iOS 11.0)
TestFlight: false

123

Leave a comment

Bug Report Dump (Auto-generated):
Version 1.10.0 (1846)
Device: Simulator (iOS 10.3.1)

Testing Segue 2

Leave a comment

Bug Report Dump (Auto-generated):
Version 1.10.0 (1848)
Device: Simulator (iOS 10.3.1)

Testing code highlight

Objective-c

NSString *foo = [NSString stringWithFormat:@"%@", self];
int i = [foo integerValue];

Javascript

for (var i = 0; i < count; i++) {
  var obj = arr[i];
  console.log("\n" + obj);
}

Swift

let str = ["foo", "bar", "baz"].map { $0 + "bang" }
print(str)

Testing

#1

test test

#123 test test

test test #123

Testing from iPad Report bug

please ignore

Bug Report Dump (Auto-generated)
Version 1.11.0 (943)
Device: Simulator (iOS 11.0)
TestFlight: false

Markdown Demo - Lists

First unordered list item

  • Another item
    • Unordered sub-list.
  1. Actual numbers don't matter, just that it's a number
    1. Ordered sub-list
  2. And another item.
  • Unordered list can use asterisks
  • Or minuses
  • Or pluses
  • And checke[x]oxes
  • Or unchecked

Test Segue

Leave a comment

Bug Report Dump (Auto-generated):
Version 1.10.0 (1847)
Device: Simulator (iOS 10.3.1)

Markdown Demo - Code and highlighting

var s = "JavaScript syntax highlighting";
alert(s);
s = "Python syntax highlighting"
print s
No language indicated, so no syntax highlighting. 
But let's throw in a <b>tag</b>.
Code with a @username

And code with a @username

Markdown Demo - Links

I'm an inline-style link

I'm an inline-style link with title

I'm a reference-style link

I'm a relative reference to a repository file

You can use numbers for reference-style link definitions

Or leave it empty and use the link text itself.

URLs and URLs in angle brackets will automatically get turned into links.
http://www.example.com or http://www.example.com and sometimes
example.com (but not on Github, for example).

Some text to show that the reference links can follow later.

Full auto link shorthanded #45 right text

Full auto link shorthanded GitHawkApp/GitHawk#1695 right text

Shortlink: #45 text on right with another #45 foo with one more #45 bar

Shortlink: GitHawkApp/GitHawk#1695 text on right

Test Tablet Issue

Bug Report Dump (Auto-generated):
Version 1.10.0 (1860)
Device: Simulator (iOS 10.3.1)

Markdown Demo - Blockquotes

Blockquotes are very handy in email to emulate reply text.
This line is part of the same quote.

Quote break.

This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can put Markdown into a blockquote.

Quote break.

Blockquotes are very handy in email to emulate reply text.

This is another level of quote.
Back to the first

Markdown Demo

GFM

Headers

H1

H2

H3

H4

H5
H6

Alt-H1

Alt-H2


Emphasis

Emphasis, aka italics, with asterisks or underscores.

Strong emphasis, aka bold, with asterisks or underscores.

Combined emphasis with asterisks and underscores.

Strikethrough uses two tildes. Scratch this.


Lists

  • First unordered list item
  • Another item
    • Unordered sub-list.
  1. Actual numbers don't matter, just that it's a number
    1. Ordered sub-list
  2. And another item.
  • Unordered list can use asterisks
  • Or minuses
  • Or pluses
  • And checked boxes
  • Or unchecked

Links

I'm an inline-style link

I'm an inline-style link with title

I'm a reference-style link

I'm a relative reference to a repository file

You can use numbers for reference-style link definitions

Or leave it empty and use the link text itself.

URLs and URLs in angle brackets will automatically get turned into links.
http://www.example.com or http://www.example.com and sometimes
example.com (but not on Github, for example).

Some text to show that the reference links can follow later.


Images

Here's our logo (hover to see the title text):

Inline-style:
alt text

Reference-style:
alt text 2


Code and highlighting

var s = "JavaScript syntax highlighting";
alert(s);
s = "Python syntax highlighting"
print s
No language indicated, so no syntax highlighting. 
But let's throw in a <b>tag</b>.

Tables

Colons can be used to align columns.

Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1

There must be at least 3 dashes separating each header cell.
The outer pipes (|) are optional, and you don't need to make the
raw Markdown line up prettily. You can also use inline Markdown.

Markdown Less Pretty
Still renders nicely
1 2 3

Blockquotes

Blockquotes are very handy in email to emulate reply text.
This line is part of the same quote.

Quote break.

This is a very long line that will still be quoted properly when it wraps. Oh boy let's keep writing to make sure this is long enough to actually wrap for everyone. Oh, you can put Markdown into a blockquote.

Another quote break.

Blockquotes are very handy in email to emulate reply text.

This is another level of quote.
Back to the first


Line Breaks

Here's a line for us to start with.

This line is separated from the one above by two newlines, so it will be a separate paragraph.

This line is also a separate paragraph, but...
This line is only separated by a single newline, so it's a separate line in the same paragraph.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.