{"id":23810128,"url":"https://github.com/andchir/markdown-bundle","last_synced_at":"2025-02-21T18:16:39.123Z","repository":{"id":62485740,"uuid":"164103404","full_name":"andchir/markdown-bundle","owner":"andchir","description":"markdown-bundle for Symfony 4.x","archived":false,"fork":false,"pushed_at":"2020-06-05T09:36:49.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-02T00:12:30.673Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/andchir.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}},"created_at":"2019-01-04T12:13:02.000Z","updated_at":"2020-06-04T11:44:45.000Z","dependencies_parsed_at":"2022-11-02T10:00:47.890Z","dependency_job_id":null,"html_url":"https://github.com/andchir/markdown-bundle","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andchir%2Fmarkdown-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andchir%2Fmarkdown-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andchir%2Fmarkdown-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andchir%2Fmarkdown-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andchir","download_url":"https://codeload.github.com/andchir/markdown-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240063932,"owners_count":19742227,"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":[],"created_at":"2025-01-02T00:12:32.625Z","updated_at":"2025-02-21T18:16:39.095Z","avatar_url":"https://github.com/andchir.png","language":"PHP","readme":"\nMarkdownBundle\n==============\n\n~~~\ncomposer require andchir/markdown-bundle\n~~~\n\nUsage example:\n~~~\n{{ currentPage.description | markdown }}\n~~~\n\n~~~\n{{ currentPage.description | markdown({urlsLinked: false, safeMode: true, breaksEnabled: true, markupEscaped: true}) }}\n~~~\n\n~~~\n{{ includeFileContent(currentPage.file_content_path) | markdown }}\n~~~\n\nSave content from file to the document field:\n~~~\n{% if currentPage.description is defined and currentPage.description is not empty %}\n    {{ currentPage.description | markdown }}\n{% else %}\n    {{ includeFileContent(currentPage.file_content_path, 'documentation', currentPage.id, 'description') | markdown }}\n{% endif %}\n~~~\n\nbundles.php:\n~~~\nreturn [\n    ...,\n    Andchir\\MarkdownBundle\\MarkdownBundle\\MarkdownBundle::class =\u003e ['all' =\u003e true]\n];\n~~~\n\nCommand to update content from file:\n~~~\nphp bin/console markdown:action update_content documentation file_content_path description\n~~~\n\n~~~\ncomposer require erusev/parsedown\n~~~\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandchir%2Fmarkdown-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandchir%2Fmarkdown-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandchir%2Fmarkdown-bundle/lists"}