mirror of https://github.com/databricks/cli.git
Update links
This commit is contained in:
parent
8c36b93614
commit
83aa99c62f
|
@ -97,7 +97,7 @@ func formatDescription(a attributeNode) string {
|
||||||
} else if s != "" {
|
} else if s != "" {
|
||||||
s += ". "
|
s += ". "
|
||||||
}
|
}
|
||||||
s += fmt.Sprintf("See [_](#%s).", cleanAnchor(a.Link))
|
s += fmt.Sprintf("See [\\_](#%s).", cleanAnchor(a.Link))
|
||||||
}
|
}
|
||||||
return s
|
return s
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,16 +8,17 @@ This is a description
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.. list-table::
|
:::list-table
|
||||||
:header-rows: 1
|
|
||||||
|
|
||||||
* - Key
|
- - Key
|
||||||
- Type
|
- Type
|
||||||
- Description
|
- Description
|
||||||
|
|
||||||
* - `my_attribute`
|
- - `my_attribute`
|
||||||
- Map
|
- Map
|
||||||
- Desc with link. See [_](#some_fieldnamemy_attribute).
|
- Desc with link. See [\_](#some_fieldnamemy_attribute).
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
||||||
|
|
||||||
### some_field.\<name\>.my_attribute
|
### some_field.\<name\>.my_attribute
|
||||||
|
|
Loading…
Reference in New Issue