Skip to content

Latest commit

 

History

History
115 lines (88 loc) · 1.54 KB

File metadata and controls

115 lines (88 loc) · 1.54 KB
<title></title>

ts

function myFunction() {
  return true;
}

typescript

function myFunction() {
  return true;
}

js

function myFunction() {
  return true;
}

js

let multilineString = `
  this is the first line
  this is the middle line
  this is the last line
`;

Table

markdown

| State         | Capital |
| :------------ | :------ |
| New York      | Albany  |
| Nebraska      | Lincoln |
| New Hampshire | Concord |

markdown/1,3

| State         | Capital |
| :------------ | :------ |
| New York      | Albany  |
| Nebraska      | Lincoln |
| New Hampshire | Concord |

Dash line

js/-

let multilineString = `
  this is the first line
  this is the middle line
  this is the last line
`;

js/1,3

let multilineString = `
  this is the first line
  this is the middle line
  this is the last line
`;

text/1,3

  this is the first line
  this is the second line
  this is the third line
  this is the fourth line
  this is the fifth line

text/1,3/2,4

  this is the first line
  this is the second line
  this is the third line
  this is the fourth line
  this is the fifth line