create account

Test! EDIT by jakipatryk-dev

View this thread on: hive.blogpeakd.comecency.com
· @jakipatryk-dev · (edited)
Test! EDIT
#### Repository
e.g. https://github.com/utopian-io/utopian.io

EDIT

#### Details
Write details of the new/updated official documentation, highlighting all the important changes and additions made.

<div class="pull-right">TEST</div>

***hjj***

~~test~~

* test1
* test2
* test3

1. 1
2. 2
3. 3

```javascript
/**
 * Extracts links from given string.
 * @param text A text to extract links from.
 * @returns An array of unique links.
 */
export const getLinks = (text: string): Array<string> => {
  const linksToImages = getImages(text);
  return pipe(
    match(
      // tslint:disable-next-line:max-line-length
      /(https?:\/\/(?:www\.|(?!www))[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]\.[^\s]{2,}|www\.[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]\.[^\s]{2,}|https?:\/\/(?:www\.|(?!www))[a-zA-Z0-9]\.[^\s]{2,}|www\.[a-zA-Z0-9]\.[^\s]{2,})/g
    ),
    // if it's a markdown link, the last letter will be ')', it has to be removed
    map(link => (last(link) === ')' ? init(link) : link)),
    reject(contains(__, linksToImages)),
    uniq
  )(text);
};
```

#### Components
Describe the components/parts/sections of the software your documentation is about.

#### Difference
If you have updated existing documentation, describe what has been changed and the reasons behind it, as well as the impact this has on the project.

#### Links
Insert public links to the updated official documentation.

#### GitHub Proof of Authorship
- GitHub Account: e.g. https://github.com/username
- Pull Request: insert a link to the pull request for your work (if applicable)

SKIP
👍  
properties (23)
authorjakipatryk-dev
permlinktest-1534092273860
categorytestt222
json_metadata{"app":"steeditor/0.1.1","format":"markdown","image":["https://images.unsplash.com/photo-1533756972958-d6f38a9761e3?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=d710493bc1818842db8ce47f887708f2&auto=format&fit=crop&w=1189&q=80"],"tags":["testt222"],"users":["param","returns"],"links":[],"community":"test"}
created2018-08-12 16:44:36
last_update2018-09-04 12:36:45
depth0
children0
last_payout2018-08-19 16:44:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,555
author_reputation-1,047,828,872
root_title"Test! EDIT"
beneficiaries[]
max_accepted_payout0.000 HBD
percent_hbd10,000
post_id67,970,854
net_rshares136,885,711
author_curate_reward""
vote details (1)