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

Code does not have caption #66

Closed
artragis opened this issue Jun 8, 2017 · 0 comments
Closed

Code does not have caption #66

artragis opened this issue Jun 8, 2017 · 0 comments
Assignees

Comments

@artragis
Copy link
Member

artragis commented Jun 8, 2017

We need a plugin to embed code caption.

I think this plugin must :

  • embed the "caption" attribute in the MDAST code element
  • add a "codecaption" element

The main problem will come when we will translate AST to latex as we need to retrieve the legend inside the tree.

Example of code:

    ```python
    bla('bla')
    ```
    Code: Bla legend
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