{"id":26065847,"url":"https://github.com/dbolack-ab/marked-aligned-paragraphs","last_synced_at":"2025-03-08T19:40:57.259Z","repository":{"id":277052405,"uuid":"931165318","full_name":"dbolack-ab/marked-aligned-paragraphs","owner":"dbolack-ab","description":"Paragraph level justification for Marked.js","archived":false,"fork":false,"pushed_at":"2025-03-05T17:50:56.000Z","size":101,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T18:44:26.289Z","etag":null,"topics":["justification","marked","paragraph"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbolack-ab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"publiccode":null,"codemeta":null}},"created_at":"2025-02-11T20:26:42.000Z","updated_at":"2025-03-05T17:50:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"578013c3-b1c7-4d00-9252-df5e30aa524a","html_url":"https://github.com/dbolack-ab/marked-aligned-paragraphs","commit_stats":null,"previous_names":["dbolack-ab/marked-justified-paragraphs","dbolack-ab/marked-aligned-paragraphs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbolack-ab%2Fmarked-aligned-paragraphs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbolack-ab%2Fmarked-aligned-paragraphs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbolack-ab%2Fmarked-aligned-paragraphs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbolack-ab%2Fmarked-aligned-paragraphs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbolack-ab","download_url":"https://codeload.github.com/dbolack-ab/marked-aligned-paragraphs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242602222,"owners_count":20156375,"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":["justification","marked","paragraph"],"created_at":"2025-03-08T19:40:56.370Z","updated_at":"2025-03-08T19:40:57.218Z","avatar_url":"https://github.com/dbolack-ab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# marked-aligned-paragraphs\n\nAdd paragraph alignment attributes to paragraphs using HTML base left, right, and center.\n\n## Left Alignment / Ragged Right\n\nLeft-alignment is set by preceeding the paragraph with  `:- `\n\n```\n:- This is my parapgraph.\n```\n\n## Right Alignment / Ragged Left\n\nRight-alignment is set by preceeding the paragraph with  `-: `\n\n```\n-: This is my parapgraph.\n```\n\n## Center Alignment\n\nCenter-alignment is set by preceeding the paragraph with  `:-: `\n\n```\n:-: This is my parapgraph.\n```\n\n# Usage\n\u003c!-- Show most examples of how to use this extension --\u003e\n\n```js\nconst marked = require(\"marked\");\nconst markedAlignedParagraphs = require(\"marked-justified-paragraphs\");\n\nmarked.use({ extensions: [markedAlignedParagraphs] });\n\nconst html = marked.parse(\":-: This is a center justified paragraph.\");\nconsole.log(html);\n// \u003cp align=\"center\"\u003eThis is a center justified paragraph.\u003c/p\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbolack-ab%2Fmarked-aligned-paragraphs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbolack-ab%2Fmarked-aligned-paragraphs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbolack-ab%2Fmarked-aligned-paragraphs/lists"}