You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're not using a license key with OpenAPI CLI, the documentation preview you're getting in the browser is generated by Redoc. I think the problem might be that the <PullRight> tag is not supported by Redoc. It only works in the premium Reference product.
I am also having the same issue, but within the developer portal. The content I put inside PullRight tag is still displayed in the main panel not right panel. How can I use PullRight within developer portal inside the API reference?
I'm trying to use the
<PullRight>
tag to move code into the right-hand column as described here:https://redocly.com/docs/api-reference-docs/guides/embedded-markdown/#pull-right
I created a repo from this starter and added this section to info-description.md:
When I view this in the browser, the text is still in the center pane:
Here's my minimal reproduction:
https://github.com/timothymcmackin/redocly-api-ref-pullright
Is there something else I have to set up to use the PullRight tag?
The text was updated successfully, but these errors were encountered: