====== Gitlab markdown ====== * [[https://docs.gitlab.com/ee/user/markdown.html|Gitlab flavored markdown]] ===== gitlab markdown to html ===== * gitlab 자체의 markdown 을 가지고 있다. gitlab 을 호스팅하고 있다면 API 호출로 html로 변경할 수 있다. * [[https://docs.gitlab.com/ee/api/markdown.html|Gitlab flavored markdown to html API]] curl --header Content-Type:application/json --data '{"text":"Hello world! :tada:", "gfm":true, "project":"group_example/project_example"}' "https://gitlab.hosting.server/api/v4/markdown" * ''project''는 없어도 됨. 있으면 상대 링크등을 해당 프로젝트를 기준으로 만들어줌 * ''gfm'' : gitlab flavored markdown 여부