From 6d3015d3e65eb9812b02b977cac94c9dfc480b77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Levent=20KARAG=C3=96L?= Date: Sat, 12 Oct 2024 21:41:20 +0300 Subject: [PATCH] Simple HTML to Markdown conversion has been completed --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5028f70..eb45b0c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ # libcpp-html-to-md High performance, easy to use, HTML to Markdown conversion library for C++ (17+) + +[![linux](https://github.com/leventkaragol/libcpp-html-to-md/actions/workflows/linux.yml/badge.svg)](https://github.com/leventkaragol/libcpp-html-to-md/actions/workflows/linux.yml) +[![windows](https://github.com/leventkaragol/libcpp-html-to-md/actions/workflows/windows.yml/badge.svg)](https://github.com/leventkaragol/libcpp-html-to-md/actions/workflows/windows.yml)