[Bug]: Empty lines are not visible in ballerina langlib api docs examples #38963
Labels
Priority/High
Team/DevTools
Ballerina Developer Tooling ( CLI, Test FW, Package Management, OpenAPI, APIDocs )
Type/Bug
Description
When we add an example for an api for readability purposes we keep empty lines.
Above code snippet should have two empty lines for
![Screenshot 2022-12-06 at 11 03 53](https://user-images.githubusercontent.com/46857198/205825088-3b91da8b-638a-42e6-9ff0-9d6b5fdd09b3.png)
toArray()
api doc in table langlib. But when we generate the docs it is not visible.Steps to Reproduce
Replace the above snippet with the existing documentation in
toArray()
api in thetable
langlib. Run below two commands.cd langlib/lang.table/src/main/ballerina/
bal doc
Affected Version(s)
2201.3.0
The text was updated successfully, but these errors were encountered: