From ce4f1f6a36121cc9b53a81afb82d2c445c4faa74 Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Fri, 5 Apr 2019 15:46:33 +0200 Subject: Test inline formatting in headers --- tests/formatting/headers_and_paragraphs.expected.html | 3 ++- tests/formatting/headers_and_paragraphs.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/formatting/headers_and_paragraphs.expected.html b/tests/formatting/headers_and_paragraphs.expected.html index d96b089..5cdc4e8 100644 --- a/tests/formatting/headers_and_paragraphs.expected.html +++ b/tests/formatting/headers_and_paragraphs.expected.html @@ -11,6 +11,7 @@ .inv_foreground { color: #000000; } .inv_background { background-color: #AAAAAA; } .ansi1 { font-weight: bold; } +.ansi33 { color: #aa5500; } .ansi34 { color: #0000aa; } @@ -27,7 +28,7 @@ sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. -┄┄Another heading +┄┄Another heading with inline formatting Bye Bye diff --git a/tests/formatting/headers_and_paragraphs.md b/tests/formatting/headers_and_paragraphs.md index 1dee973..a21c810 100644 --- a/tests/formatting/headers_and_paragraphs.md +++ b/tests/formatting/headers_and_paragraphs.md @@ -9,6 +9,6 @@ Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. -## Another heading +## Another heading with `inline formatting` Bye Bye -- cgit v1.2.3