diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6df3da39e..39407b7d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Added `DOMNode.watch` and `DOMNode.is_attached` methods https://github.com/Textualize/textual/pull/1750
- Added `DOMNode.css_tree` which is a renderable that shows the DOM and CSS https://github.com/Textualize/textual/pull/1778
- Added `DOMNode.children_view` which is a view on to a nodes children list, use for querying https://github.com/Textualize/textual/pull/1778
+- Added `Markdown` and `MarkdownViewer` widgets.
### Changed
diff --git a/tests/snapshot_tests/__snapshots__/test_snapshots.ambr b/tests/snapshot_tests/__snapshots__/test_snapshots.ambr
index a9f31e2aa..4c1099eed 100644
--- a/tests/snapshot_tests/__snapshots__/test_snapshots.ambr
+++ b/tests/snapshot_tests/__snapshots__/test_snapshots.ambr
@@ -12852,6 +12852,336 @@
'''
# ---
+# name: test_markdown_example
+ '''
+
+
+ '''
+# ---
+# name: test_markdown_viewer_example
+ '''
+
+
+ '''
+# ---
# name: test_multiple_css
'''