URL of codelabhttps://developer.android.com/codelabs/basic-android-kotlin-compose-material-theming
In which task and step of the codelab can this issue be found?
In Add a Top Bar (7).
Describe the problem
This is a visual bug in the markdown file.
There are a few places in which the inline-code-block (`) markdown element has overextended its intended selection:
1) Within the WoofTopAppBar() Composable, add in a CenterAlignedTopAppBar() and set the modifier parameter to the modifier passed into WoofTopAppBar().
2) Next, add a Text Composable inside the Row after the Image.
The inline blocks were added back by me to emphasize the problematic blocks.
Steps to reproduce?
Go to the relevant codelab and step, and read the page/search for the excerpts given using ctrl+f
URL of codelab
https://developer.android.com/codelabs/basic-android-kotlin-compose-material-theming
In which task and step of the codelab can this issue be found? In
Add a Top Bar
(7).Describe the problem This is a visual bug in the markdown file. There are a few places in which the inline-code-block (`) markdown element has overextended its intended selection: 1) Within the
WoofTopAppBar() Composable
, add in a CenterAlignedTopAppBar() and set the modifier parameter to the modifier passed into WoofTopAppBar(). 2) Next, add a Text Composable inside the Row after theImage.
The inline blocks were added back by me to emphasize the problematic blocks.
Steps to reproduce? Go to the relevant codelab and step, and read the page/search for the excerpts given using
ctrl+f
Versions Not relevant
Additional information