Skip to content

Commit

Permalink
Added notes in regards to my findings about improper preformatted cod…
Browse files Browse the repository at this point in the history
…e blocks and missing paper buttons
  • Loading branch information
MoonWolf125 committed May 22, 2020
1 parent fafe82a commit c0a7419
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -383,3 +383,9 @@ If gulp startup times are really slow, try removing `node_modules/` or running
```text
$ npm dedupe
```

## Notes

Triple tack marks render to `<pre><code></code></pre>`. This isn't always nice for URLs since // is a common comment format.

Link declarations that start with 'Download' do NOT turn into buttons. They need a `<paper-button class="colored" raised="">Text Here</paper-button>` added to them

0 comments on commit c0a7419

Please sign in to comment.