{"id":22761600,"url":"https://github.com/digoarthur/github-formatting-tips","last_synced_at":"2025-04-14T19:33:35.357Z","repository":{"id":208983933,"uuid":"722939017","full_name":"DIGOARTHUR/github-formatting-tips","owner":"DIGOARTHUR","description":"Formatações no Markdown do GitHub que você, talvez, não saiba!","archived":false,"fork":false,"pushed_at":"2024-08-21T21:39:19.000Z","size":3,"stargazers_count":48,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T07:51:13.599Z","etag":null,"topics":["github","markdown","mermaid"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DIGOARTHUR.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-11-24T09:59:54.000Z","updated_at":"2025-02-23T17:18:54.000Z","dependencies_parsed_at":"2024-01-07T19:58:46.630Z","dependency_job_id":null,"html_url":"https://github.com/DIGOARTHUR/github-formatting-tips","commit_stats":null,"previous_names":["digoarthur/teste-release","digoarthur/github-formatting-tips"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DIGOARTHUR%2Fgithub-formatting-tips","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DIGOARTHUR%2Fgithub-formatting-tips/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DIGOARTHUR%2Fgithub-formatting-tips/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DIGOARTHUR%2Fgithub-formatting-tips/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DIGOARTHUR","download_url":"https://codeload.github.com/DIGOARTHUR/github-formatting-tips/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248946028,"owners_count":21187433,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github","markdown","mermaid"],"created_at":"2024-12-11T09:14:01.648Z","updated_at":"2025-04-14T19:33:35.336Z","avatar_url":"https://github.com/DIGOARTHUR.png","language":null,"readme":"# 🐙 Seção recolhida\n\n\n\u003cdetails\u003e\n\n\u003csummary\u003eTips for collapsed sections\u003c/summary\u003e\n\n### You can add a header\n\nYou can add text within a collapsed section. \n\nYou can add an image or a code block, too.\n\n```ruby\n   puts \"Hello World\"\n```\n\n\u003c/details\u003e\n\n-------\n\n# 🐙 Notas\n\n\u003e [!NOTE]\n\u003e Useful information that users should know, even when skimming content.\n\n\u003e [!TIP]\n\u003e Helpful advice for doing things better or more easily.\n\n\u003e [!IMPORTANT]\n\u003e Key information users need to know to achieve their goal.\n\n\u003e [!WARNING]\n\u003e Urgent info that needs immediate user attention to avoid problems.\n\n\u003e [!CAUTION]\n\u003e Advises about risks or negative outcomes of certain actions.\n\n\n-------\n\n# 🐙 Notas de rodapé e referência:\n\nHere is a simple footnote[^1].\n\nA footnote can also have multiple lines[^2].\n\n[^1]: My reference.\n[^2]: To add line breaks within a footnote, prefix new lines with 2 spaces.\n  This is a second line.\n\n  ------\n\n # 🐙 Diagramas \n\n```mermaid\nsequenceDiagram\n    participant Alice\n    participant Bob\n    Alice-\u003e\u003eJohn: Hello John, how are you?\n    loop Healthcheck\n        John-\u003e\u003eJohn: Fight against hypochondria\n    end\n    Note right of John: Rational thoughts \u003cbr/\u003eprevail!\n    John--\u003e\u003eAlice: Great!\n    John-\u003e\u003eBob: How about you?\n    Bob--\u003e\u003eJohn: Jolly good!\n```\n\n```mermaid\nclassDiagram\nClass01 \u003c|-- AveryLongClass : Cool\nClass03 *-- Class04\nClass05 o-- Class06\nClass07 .. Class08\nClass09 --\u003e C2 : Where am i?\nClass09 --* C3\nClass09 --|\u003e Class07\nClass07 : equals()\nClass07 : Object[] elementData\nClass01 : size()\nClass01 : int chimp\nClass01 : int gorilla\nClass08 \u003c--\u003e C2: Cool label\n```\n\n\n```mermaid\n         gitGraph\n       commit\n       commit\n       branch develop\n       commit\n       commit\n       commit\n       checkout main\n       commit\n       commit\n```\n\n```mermaid\nerDiagram\n    CUSTOMER ||--o{ ORDER : places\n    ORDER ||--|{ LINE-ITEM : contains\n    CUSTOMER }|..|{ DELIVERY-ADDRESS : uses\n```\n\n\n```mermaid\npie title Pets adopted by volunteers\n    \"Dogs\" : 386\n    \"Cats\" : 85\n    \"Rats\" : 15\n```\n\n```mermaid\ntimeline\n    title History of Social Media Platform\n    2002 : LinkedIn\n    2004 : Facebook\n         : Google\n    2005 : Youtube\n    2006 : Twitter\n```\n\n\n```mermaid\ngraph LR\n    A[Square Rect] -- Link text --\u003e B((Circle))\n    A --\u003e C(Round Rect)\n    B --\u003e D{Rhombus}\n    C --\u003e D\n```\n\n```mermaid\n---\ntitle: Animal example\n---\nclassDiagram\n    note \"From Duck till Zebra\"\n    Animal \u003c|-- Duck\n    note for Duck \"can fly\\ncan swim\\ncan dive\\ncan help in debugging\"\n    Animal \u003c|-- Fish\n    Animal \u003c|-- Zebra\n    Animal : +int age\n    Animal : +String gender\n    Animal: +isMammal()\n    Animal: +mate()\n    class Duck{\n        +String beakColor\n        +swim()\n        +quack()\n    }\n    class Fish{\n        -int sizeInFeet\n        -canEat()\n    }\n    class Zebra{\n        +bool is_wild\n        +run()\n    }\n```\n\n\n```mermaid\nstateDiagram-v2\n    state if_state \u003c\u003cchoice\u003e\u003e\n    [*] --\u003e IsPositive\n    IsPositive --\u003e if_state\n    if_state --\u003e False: if n \u003c 0\n    if_state --\u003e True : if n \u003e= 0\n```\n\n```mermaid\nerDiagram\n    CAR ||--o{ NAMED-DRIVER : allows\n    CAR {\n        string registrationNumber PK\n        string make\n        string model\n        string[] parts\n    }\n    PERSON ||--o{ NAMED-DRIVER : is\n    PERSON {\n        string driversLicense PK \"The license #\"\n        string(99) firstName \"Only 99 characters are allowed\"\n        string lastName\n        string phone UK\n        int age\n    }\n    NAMED-DRIVER {\n        string carRegistrationNumber PK, FK\n        string driverLicence PK, FK\n    }\n    MANUFACTURER only one to zero or more CAR : makes\n```\n\n------\n\n# 🐙 Expressões Matemáticas: \n\n```math\nE = mc^ 2\n```\n\n```math\n\\left( \\sum_{k=1}^n a_k b_k \\right)^2 \\leq \\left( \\sum_{k=1}^n a_k^2 \\right) \\left( \\sum_{k=1}^n b_k^2 \\right)\n```\n\n\n-------\n\n# 🐙 Mapas :\n\n```topojson\n{\n  \"type\": \"Topology\",\n  \"transform\": {\n    \"scale\": [0.0005000500050005, 0.00010001000100010001],\n    \"translate\": [100, 0]\n  },\n  \"objects\": {\n    \"example\": {\n      \"type\": \"GeometryCollection\",\n      \"geometries\": [\n        {\n          \"type\": \"Point\",\n          \"properties\": {\"prop0\": \"value0\"},\n          \"coordinates\": [4000, 5000]\n        },\n        {\n          \"type\": \"LineString\",\n          \"properties\": {\"prop0\": \"value0\", \"prop1\": 0},\n          \"arcs\": [0]\n        },\n        {\n          \"type\": \"Polygon\",\n          \"properties\": {\"prop0\": \"value0\",\n            \"prop1\": {\"this\": \"that\"}\n          },\n          \"arcs\": [[1]]\n        }\n      ]\n    }\n  },\n  \"arcs\": [[[4000, 0], [1999, 9999], [2000, -9999], [2000, 9999]],[[0, 0], [0, 9999], [2000, 0], [0, -9999], [-2000, 0]]]\n}\n```\n\n```geojson\n{\n  \"type\": \"FeatureCollection\",\n  \"features\": [\n    {\n      \"type\": \"Feature\",\n      \"id\": 1,\n      \"properties\": {\n        \"ID\": 0\n      },\n      \"geometry\": {\n        \"type\": \"Polygon\",\n        \"coordinates\": [\n          [\n              [-90,35],\n              [-90,30],\n              [-85,30],\n              [-85,35],\n              [-90,35]\n          ]\n        ]\n      }\n    }\n  ]\n\n\n}\n```\n\n\n------\n\n# Criação de Modelos 3D\n\n\n```stl\nsolid cube_corner\n  facet normal 0.0 -1.0 0.0\n    outer loop\n      vertex 0.0 0.0 0.0\n      vertex 1.0 0.0 0.0\n      vertex 0.0 0.0 1.0\n    endloop\n  endfacet\n  facet normal 0.0 0.0 -1.0\n    outer loop\n      vertex 0.0 0.0 0.0\n      vertex 0.0 1.0 0.0\n      vertex 1.0 0.0 0.0\n    endloop\n  endfacet\n  facet normal -1.0 0.0 0.0\n    outer loop\n      vertex 0.0 0.0 0.0\n      vertex 0.0 0.0 1.0\n      vertex 0.0 1.0 0.0\n    endloop\n  endfacet\n  facet normal 0.577 0.577 0.577\n    outer loop\n      vertex 1.0 0.0 0.0\n      vertex 0.0 1.0 0.0\n      vertex 0.0 0.0 1.0\n    endloop\n  endfacet\nendsolid\n```\n\n\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigoarthur%2Fgithub-formatting-tips","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigoarthur%2Fgithub-formatting-tips","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigoarthur%2Fgithub-formatting-tips/lists"}