{"id":13698528,"url":"https://github.com/koemaeda/abap-markdown","last_synced_at":"2025-10-24T03:32:14.509Z","repository":{"id":80922295,"uuid":"42476879","full_name":"koemaeda/abap-markdown","owner":"koemaeda","description":"ABAP Markdown","archived":false,"fork":false,"pushed_at":"2019-04-24T17:41:52.000Z","size":119,"stargazers_count":42,"open_issues_count":0,"forks_count":12,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-09-26T13:21:03.735Z","etag":null,"topics":["abap","markdown","markdown-parser"],"latest_commit_sha":null,"homepage":null,"language":"ABAP","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/koemaeda.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":"2015-09-14T21:02:51.000Z","updated_at":"2024-06-28T05:43:53.000Z","dependencies_parsed_at":"2023-03-02T08:45:16.559Z","dependency_job_id":null,"html_url":"https://github.com/koemaeda/abap-markdown","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/koemaeda%2Fabap-markdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koemaeda%2Fabap-markdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koemaeda%2Fabap-markdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koemaeda%2Fabap-markdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koemaeda","download_url":"https://codeload.github.com/koemaeda/abap-markdown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219866820,"owners_count":16555824,"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":["abap","markdown","markdown-parser"],"created_at":"2024-08-02T19:00:48.641Z","updated_at":"2025-10-24T03:32:09.154Z","avatar_url":"https://github.com/koemaeda.png","language":"ABAP","funding_links":[],"categories":["Categories"],"sub_categories":["💻 Code \u0026 Data Visualization"],"readme":"## ABAP Markdown\n\nA Markdown parser in ABAP based on [Parsedown](http://parsedown.org)\n\n### Features\n\n* Pure ABAP (version 7.30)\n* Fully tested with automated ABAPUnit test cases\n* Parses GitHub flavored Markdown\n\n### Motivation\n\nUntil the start of this project, there is no available Markdown parser in SAP.\n\nThis project started with the idea of creating a modern automated documentation tool for ABAP programs.\n\n### Installation\n\nInstall the ZMARKDOWN class as a global class.\n\n### Code Example\n\n``` abap\ndata(o_markdown) = new zmarkdown( ).\n\ndata(v_html) = o_markdown-\u003etext( 'Hello _ABAP Markdown_!' ).\nwrite / v_html.\n```\n\n### Tests\n\nInside the `test` directory you will find the `zmarkdown_tests.abap` file, containing the code for the local test classes.\n\n### Contributors\n\n* Guilherme Maeda (http://abap.ninja)\n\n### License\n\nThis code is distributed under the MIT License, meaning you can freely and unrestrictedly use it, change it, share it, distribute it and package it with your own programs as long as you keep the copyright notice, license and disclaimer.\n\nParsedown is copyright(c) 2013 Emanuil Rusev, erusev.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoemaeda%2Fabap-markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoemaeda%2Fabap-markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoemaeda%2Fabap-markdown/lists"}