You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Daniel Kuppitz (JIRA)" <ji...@apache.org> on 2018/10/19 17:40:00 UTC

[jira] [Commented] (TINKERPOP-2073) Generate tabs for static code blocks

    [ https://issues.apache.org/jira/browse/TINKERPOP-2073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16657171#comment-16657171 ] 

Daniel Kuppitz commented on TINKERPOP-2073:
-------------------------------------------

Proposed solution:
 
{noformat}
[source,java,tab]
----
Vertex v = 
----
[source,python]
----
v = 
----
[source,javascript]
----
const v = 
----
{noformat}

If the first static code block contains the {{tab}} argument, this block and all the following code blocks will be tabified.

> Generate tabs for static code blocks
> ------------------------------------
>
>                 Key: TINKERPOP-2073
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2073
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 3.4.0
>            Reporter: Daniel Kuppitz
>            Assignee: Daniel Kuppitz
>            Priority: Major
>
> Tabs are only generated for evaluated code blocks. It should be possible to tabify static code blocks, too.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)