Skip to content

Commit c153216

Browse files
author
Vikram Goyal
committed
More fixes based on feedbak
1 parent 62aeebf commit c153216

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

modules/proc_creating-your-first-content.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,8 @@ in the comments. Give this assembly the title: `My First Assembly`.
6666
. After the Prerequisites section, add the module created earlier:
6767

6868
+
69-
----
7069
`include::modules/proc_my-first-module.adoc[leveloffset=+1]`
71-
----
70+
7271
+
7372
Remove the other includes that are present in this file. Save this file.
7473

modules/ref_mod-docs-ocp-conventions.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ Example:
4343
[id='<anchor-name-with-dashes>_{context}']
4444
----
4545
+
46-
Anchor name is _connected_ to the `{context}` using an underscore.
46+
Anchor name is _connected_ to the `&#123;context&#125;` using an underscore.
4747
+
4848
Example:
4949
+
5050
----
5151
[id='creating-your-first-content_{context}']
5252
----
5353

54-
* All modules anchor ids must have the `{context}` variable.
54+
* All modules anchor ids must have the `&#123;context&#125;` variable.
5555
+
5656
This is just reiterating the format described in the previous bullet point.
5757

0 commit comments

Comments
 (0)