来源资料待手动核验
A
项目简介
ABAP Markdown
abapmarkdownmarkdown-parserdotabapdeveloper-tools
兼容性
ABAP community catalog信息不足
ABAP Markdown
A Markdown parser in ABAP based on Parsedown
Until the start of this project, there is no available Markdown parser in SAP.
This project started with the idea of creating a modern automated documentation tool for ABAP programs.
Install the ZMARKDOWN class as a global class.
data(o_markdown) = new zmarkdown( ).
data(v_html) = o_markdown->text( 'Hello _ABAP Markdown_!' ).
write / v_html.
Inside the test directory you will find the zmarkdown_tests.abap file, containing the code for the local test classes.
This 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.
Parsedown is copyright(c) 2013 Emanuil Rusev, erusev.com