Add minimal support for HTML formatting

Just bold/italic/underline for now.
This commit is contained in:
2023-11-25 21:18:24 +01:00
parent f4f134870b
commit f270ef25b4
5 changed files with 164 additions and 36 deletions

View File

@ -14,8 +14,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
use std::sync::Arc;
use std::path::PathBuf;
use std::sync::Arc;
use color_eyre::eyre::WrapErr;
use pretty_assertions::assert_eq;