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
{{ message }}
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
Describe the bug
Code block in "gherkin" language is not working as expected.
To Reproduce
Steps to reproduce the behavior:
Go to any Jira ticket add below code block to comment or description
{
Feature: CLI access through AUX USB port
Background:
Given a USB type A cable connected between the AUX port of the card and the USB port of a PC
When console software (putty, picocom /dev/ttyUSB0 -b 155200) is launched on the PC and set up to access the USB port
Scenario: Successful connexion through USB
Then The invite text is displayed on the console
Scenario: Successful login through USB
When entering login and password in the console
Then the CLI menu is displayed on the console
Scenario: replace USB cable with sensor after reboot
When removing USB cable
And rebooting the card
And inserting a sensor cable
Then the sensor works
}
@siavashs : The URL https://prismjs.com/#languages-list mentions that prism plugin supports gherkin, but you are saying that it doesn't support gherkin.
I am little bit confused now.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
Code block in "gherkin" language is not working as expected.
To Reproduce
Steps to reproduce the behavior:
Go to any Jira ticket add below code block to comment or description
{
Feature: CLI access through AUX USB port
Background:
Given a USB type A cable connected between the AUX port of the card and the USB port of a PC
When console software (putty, picocom /dev/ttyUSB0 -b 155200) is launched on the PC and set up to access the USB port
Scenario: Successful connexion through USB
Then The invite text is displayed on the console
Scenario: Successful login through USB
When entering login and password in the console
Then the CLI menu is displayed on the console
Scenario: replace USB cable with sensor after reboot
When removing USB cable
And rebooting the card
And inserting a sensor cable
Then the sensor works
}
save the comment or description
Getting below error :
"Unable to find source-code formatter for language: gherkin. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml"
Expected behavior
It should highlight the syntax.
Screenshots
Desktop (please complete the following information):
Additional context
Could you please help here, Note- "{code} formatting macro " module is enabled for the plugin.
The text was updated successfully, but these errors were encountered: