From deb8857779a278e46cb45ad000cc189896b77c6e Mon Sep 17 00:00:00 2001 From: Don Turner Date: Wed, 3 Dec 2025 22:33:50 +0000 Subject: [PATCH] Fix: Render code blocks in markdown The `` HTML tag is used to properly render code snippets within the `ModularizationLearningJourney.md` documentation file. This improves the readability of the examples provided in the table. --- docs/ModularizationLearningJourney.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ModularizationLearningJourney.md b/docs/ModularizationLearningJourney.md index 8f47adf36..155b2ee0a 100644 --- a/docs/ModularizationLearningJourney.md +++ b/docs/ModularizationLearningJourney.md @@ -113,8 +113,8 @@ Using the above modularization strategy, the Now in Android app has the followin ... Navigation keys and functions that other features can use to navigate to this feature.
- For example: The `:topic:api` module exposes a `Navigator.navigateToTopic` function that the - `:interests:impl` module uses to navigate from the `InterestsScreen` to the `TopicScreen` when + For example: The :topic:api module exposes a Navigator.navigateToTopic function that the + :interests:impl module uses to navigate from the InterestsScreen to the TopicScreen when a topic is clicked. TopicScreen