-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
Description
Describe the bug
if i have a code snippet like this in my docs, using the console
language, <OTHER_HOST_URL>
won't render in the output. escaping \
also doesn't fix it. only <
works
assume this might have something to do with the comment logic <1>
```console
POST _reindex
{
"source": {
"remote": {
"host": "<OTHER_HOST_URL>",
"username": "user",
"password": "pass"
},
"index": "my-index-000001",
"query": {
"match": {
"test": "data"
}
}
},
"dest": {
"index": "my-new-index-000001"
}
}
```

Expected behavior
it renders
Steps to reproduce
No response
Tooling
- docs-builder
- migration tooling
- I'm not sure