ballerina-lang
ballerina-lang copied to clipboard
Getting html tags in ballerina shell `/help` (BBE help)
Description:
When we get /help isolated variables
in bal shell, we get html
tags which we need to remove.
Steps to reproduce:
/help isolated variables
Affected Versions: 2201.1.1 RC2
@gayalkuruppu, was this intentionally marked as a Compiler FE issue? The behaviour is because how the BBE is written, right? I believe this should go away with the BBE change to MD format.
https://github.com/ballerina-platform/ballerina-distribution/blob/bbe-generation-v2/examples/isolated-variables/isolated_variables.md
Even without that though, I think if at all, it should be handled on the shell side? We couldn't have gotten rid of them in the BBE?
@MaryamZi its a mistake, Intention was to tag FETools
It is fixed now.