Suppose you're opening an issue and there's a lot noisey logs that may be useful.
Rather than wrecking readability, wrap it in a <details> tag!
<details>
Summary Goes Here| const people = [ | |
| { id: 12, name: 'Billy', dob: '1998-10-05' }, | |
| { id: 123, name: 'Bart', dob: '1993-02-15' }, | |
| { id: 45, name: 'Belinda', dob: '1996-01-31' }, | |
| { id: 67, name: 'Bonnie', dob: '1998-04-09' }, | |
| { id: 89, name: 'Brenda', dob: '1996-07-08' }, | |
| { id: 34, name: 'Bobby', dob: '1994-09-12' }, | |
| { id: 234, name: 'Blake', dob: '2000-01-01' }, | |
| ]; |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>CSS Animations</title> | |
| <style> | |
| *{ | |
| padding: 0; | |
| margin: 0; | |
| box-sizing: border-box; |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>HTML Tables</title> | |
| <style> | |
| html{ | |
| font-size: 20px; | |
| line-height: 1.5; | |
| font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Angled Backgrounds</title> | |
| <style> | |
| :root{ | |
| --hue: 74deg; | |
| --mastC: hsl(74deg, 84%, 89%); | |
| --firstC: hsl(74deg, 34%, 59%); |
| Option Explicit | |
| Public Function fxValidarCPF(ByVal CPF As String) As Boolean | |
| 'Declaração de variáveis utilizadas na função de validação | |
| Dim arrDigits(1 To 11) As Byte, digtVer1 As Byte, digtVer2 As Byte, i As Byte | |
| Dim sum1 As Integer, sum2 As Integer | |
| Dim tmp As String | |
| 'Retira todos caracteres que não são números do valor passado |
| # Encrypt the repository | |
| # Remove/modify this line if the repository is meant to be open-source | |
| *.* filter=git-crypt diff=git-crypt | |
| .gitattributes !filter !diff | |
| # These files are text and should be normalized (Convert crlf => lf) | |
| *.php text | |
| *.css text | |
| *.js text | |
| *.htm text |
| /* http://meyerweb.com/eric/tools/css/reset/ | |
| v2.0-modified | 20110126 | |
| License: none (public domain) | |
| */ | |
| html, body, div, span, applet, object, iframe, | |
| h1, h2, h3, h4, h5, h6, p, blockquote, pre, | |
| a, abbr, acronym, address, big, cite, code, | |
| del, dfn, em, img, ins, kbd, q, s, samp, | |
| small, strike, strong, sub, sup, tt, var, |
People
:bowtie: |
😄 :smile: |
😆 :laughing: |
|---|---|---|
😊 :blush: |
😃 :smiley: |
:relaxed: |
😏 :smirk: |
😍 :heart_eyes: |
😘 :kissing_heart: |
😚 :kissing_closed_eyes: |
😳 :flushed: |
😌 :relieved: |
😆 :satisfied: |
😁 :grin: |
😉 :wink: |
😜 :stuck_out_tongue_winking_eye: |
😝 :stuck_out_tongue_closed_eyes: |
😀 :grinning: |
😗 :kissing: |
😙 :kissing_smiling_eyes: |
😛 :stuck_out_tongue: |