{"id":24958558,"url":"https://github.com/willuhmjs/smileydown","last_synced_at":"2026-05-02T09:31:05.065Z","repository":{"id":40570804,"uuid":"487102680","full_name":"willuhmjs/SmileyDown","owner":"willuhmjs","description":"A compiled markdown language that uses emoticons.","archived":false,"fork":false,"pushed_at":"2022-05-04T22:30:45.000Z","size":189,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T07:32:33.278Z","etag":null,"topics":["markdown"],"latest_commit_sha":null,"homepage":"https://willuhmjs.github.io/SmileyDown/","language":"TypeScript","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/willuhmjs.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}},"created_at":"2022-04-29T20:30:31.000Z","updated_at":"2023-04-17T23:20:04.000Z","dependencies_parsed_at":"2022-08-09T23:21:52.052Z","dependency_job_id":null,"html_url":"https://github.com/willuhmjs/SmileyDown","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willuhmjs%2FSmileyDown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willuhmjs%2FSmileyDown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willuhmjs%2FSmileyDown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willuhmjs%2FSmileyDown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willuhmjs","download_url":"https://codeload.github.com/willuhmjs/SmileyDown/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246100484,"owners_count":20723469,"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":["markdown"],"created_at":"2025-02-03T07:27:25.509Z","updated_at":"2026-05-02T09:31:05.004Z","avatar_url":"https://github.com/willuhmjs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SmileyDown\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n[https://willuhm-js.github.io/SmileyDown](https://willuhm-js.github.io/SmileyDown)\n\nA compiled markdown language that uses emoticons. \n\n## Installation \u0026 Usage\n\nDownload the [latest image](https://github.com/willuhm-js/SmileyDown/releases/tag/latest) for your machine from the Releases section.\n\n### From Source\n```\ngit clone https://www.github.com/willuhm-js/SmileyDown/\ndeno run --allow-read --allow-write SmileyDown/src/index.ts [-i input]\n```\n\n## Example File\n```\n📣Never gonna give you up!\n\n🔊Artist\n🦍Never Gonna Give You Up🦍 is ⛔not⛔ sung by Rick Astley.\n\n🔊YouTube Video\n🔗https://www.youtube.com/watch?v=dQw4w9WgXcQ🔗\n```\n\n## Formatting Table\n\u003ctable\u003e\n  \u003cthead\u003e\n    \u003ctr\u003e\n      \u003cth\u003eEmoji\u003c/th\u003e\n      \u003cth\u003eDescription\u003c/th\u003e\n      \u003cth\u003eInput\u003c/th\u003e\n      \u003cth\u003eOutput\u003c/th\u003e\n    \u003c/tr\u003e\n  \u003c/thead\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e📣\u003c/td\u003e\n      \u003ctd\u003eHeading 1\u003c/td\u003e\n      \u003ctd\u003e📣Heading 1\u003c/td\u003e\n      \u003ctd\u003e# Heading 1\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e🔊\u003c/td\u003e\n      \u003ctd\u003eHeading 2\u003c/td\u003e\n      \u003ctd\u003e🔊Heading 2\u003c/td\u003e\n      \u003ctd\u003e## Heading 2\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e🔉\u003c/td\u003e\n      \u003ctd\u003eHeading 3\u003c/td\u003e\n      \u003ctd\u003e🔉Heading 3\u003c/td\u003e\n      \u003ctd\u003e### Heading 3\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e🔈\u003c/td\u003e\n      \u003ctd\u003eHeading 4\u003c/td\u003e\n      \u003ctd\u003e🔈Heading 4\u003c/td\u003e\n      \u003ctd\u003e#### Heading 4\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e🔗\u003c/td\u003e\n      \u003ctd\u003eLink\u003c/td\u003e\n      \u003ctd\u003e🔗https://www.example.com🔗\u003c/td\u003e\n      \u003ctd\u003e[https://www.example.com](https://www.example.com)\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e🖼\u003c/td\u003e\n      \u003ctd\u003eImage\u003c/td\u003e\n      \u003ctd\u003e🖼./example.jpg🖼\u003c/td\u003e\n      \u003ctd\u003e![./example.jpg](./example.jpg)\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e💻\u003c/td\u003e\n      \u003ctd\u003eCode\u003c/td\u003e\n      \u003ctd\u003e💻Hello, world!💻\u003c/td\u003e\n      \u003ctd\u003e`Hello, world!`\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e🖥\u003c/td\u003e\n      \u003ctd\u003eCode Block\u003c/td\u003e\n      \u003ctd\u003e🖥Hello, world!🖥\u003c/td\u003e\n      \u003ctd\u003e```Hello, world!```\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e⛔\u003c/td\u003e\n      \u003ctd\u003eStrikethrough\u003c/td\u003e\n      \u003ctd\u003e⛔Lorem ispum⛔\u003c/td\u003e\n      \u003ctd\u003e~~Lorem ispum~~\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e🦍\u003c/td\u003e\n      \u003ctd\u003eBold\u003c/td\u003e\n      \u003ctd\u003e🦍Lorem ispum🦍\u003c/td\u003e\n      \u003ctd\u003e**Lorem ispum**\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e🎩\u003c/td\u003e\n      \u003ctd\u003eItalics\u003c/td\u003e\n      \u003ctd\u003e🎩Lorem ispum🎩\u003c/td\u003e\n      \u003ctd\u003e*Lorem ispum*\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e📜\u003c/td\u003e\n      \u003ctd\u003eBlock Quote\u003c/td\u003e\n      \u003ctd\u003e📜There once was a man from Nantucket...\u003c/td\u003e\n      \u003ctd\u003e\u0026gt; There once was a man from Nantucket...\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e📋\u003c/td\u003e\n      \u003ctd\u003eUnordered List\u003c/td\u003e\n      \u003ctd\u003e\n        📋Item 1\u003cbr /\u003e\n        📋Item 2\u003cbr /\u003e\n        📋Item 3\n      \u003c/td\u003e\n      \u003ctd\u003e\n        - Item 1\u003cbr /\u003e\n        - Item 2\u003cbr /\u003e\n        - Item 3\n      \u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/LeoDog896\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/26509014?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTristan\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/willuhm-js/smileydown/commits?author=LeoDog896\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/willuhm-js/smileydown/commits?author=LeoDog896\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilluhmjs%2Fsmileydown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilluhmjs%2Fsmileydown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilluhmjs%2Fsmileydown/lists"}