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

GitBook flavor markdown #83

Open
hudsantos opened this issue Apr 29, 2019 · 2 comments
Open

GitBook flavor markdown #83

hudsantos opened this issue Apr 29, 2019 · 2 comments

Comments

@hudsantos
Copy link

It would be nice if we could port it do understand gitbook flavored markdown..
Content like this, would be interpreted:

{% tabs %}
  {% tab title="Content" %}
    Content of tab 1 in details
  {% endtab %}

  {% tab title="Revision" %}
    Revision of tab 2 in details
  {% endtab %}
{% endtabs %}

And awesome code-tabs too:

{% code-tabs %}
  {% code-tabs-item title="Python" %}
    ```python
    some python code here
    ```
  {% endcode-tabs-item %}

  {% code-tabs-item title="Bash" %}
    ```bash
    some bash code here
    ```
  {% endcode-tabs-item %}

  {% code-tabs-item title="C" %}
    ```c
    some c code here
    ```
  {% endcode-tabs-item %}
{% endcode-tabs %}

But I don't know if this is viable. Is it possible?

@F1LT3R
Copy link
Collaborator

F1LT3R commented Apr 29, 2019

Good idea. You have a link to a spec I can look at?

@hudsantos
Copy link
Author

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

No branches or pull requests

2 participants