Fix: Render code blocks in markdown

The `<code>` 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.
adaptive-previews-device-classes
Don Turner 2 months ago committed by Eric Schmidt
parent dba76b9d0b
commit deb8857779

@ -113,8 +113,8 @@ Using the above modularization strategy, the Now in Android app has the followin
...
</td>
<td>Navigation keys and functions that other features can use to navigate to this feature.<br>
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 <code>:topic:api</code> module exposes a <code>Navigator.navigateToTopic</code> function that the
<code>:interests:impl</code> module uses to navigate from the <code>InterestsScreen</code> to the <code>TopicScreen</code> when
a topic is clicked.
</td>
<td><code>TopicScreen</code><br>

Loading…
Cancel
Save