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
`;markdown
| State | Capital |
| :------------ | :------ |
| New York | Albany |
| Nebraska | Lincoln |
| New Hampshire | Concord |markdown/1,3
| State | Capital |
| :------------ | :------ |
| New York | Albany |
| Nebraska | Lincoln |
| New Hampshire | Concord |
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