Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add parameter to disable vertical alignment of condition symbol (#115) #116

Merged
merged 2 commits into from
Aug 27, 2017
Merged

add parameter to disable vertical alignment of condition symbol (#115) #116

merged 2 commits into from
Aug 27, 2017

Conversation

bertrandmartel
Copy link
Contributor

According to #115, add parameters to symbol declaration with enclosed parenthesis and entries separated by = such as

cond1(param1=value1)=>condition: some condition

Also add parameter align-next used in condition symbol rendering to disable vertical alignment if needed

Example

cond1(align-next=no)=>condition: some condition
cond6(align-next=no)=>condition: another condition

If the parameter align-next is not specified, or if it doesn't hold no value, the default behavior is used

@adrai adrai merged commit 447863e into adrai:master Aug 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants