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

support for the following syntax #98

Closed
omryr opened this issue Nov 16, 2017 · 1 comment
Closed

support for the following syntax #98

omryr opened this issue Nov 16, 2017 · 1 comment

Comments

@omryr
Copy link

omryr commented Nov 16, 2017

if i wanted to add support for syntax like:

Tables

// | Option | Description |
// | ------ | ----------- |
// | data | path to data files to supply the data that will be passed into templates. |
// | engine | engine to be used for processing templates. Handlebars is the default. |
// | ext | extension to be used for dest files. |

Right aligned columns

// | Option | Description |
// | ------:| -----------:|
// | data | path to data files to supply the data that will be passed into templates. |
// | engine | engine to be used for processing templates. Handlebars is the default. |
// | ext | extension to be used for dest files. |

or

Blockquotes

// > Blockquotes can also be nested...
// >> ...by using additional greater-than signs right next to each other...
// > > > ...or with spaces between arrows.

would there be a way to add support for this with the library somehow? at the moment these syntaxes dont work for me at all, any help would be much appericiated!

@rexxars
Copy link
Collaborator

rexxars commented Nov 21, 2017

Tables and nested blockquotes are supported as of v3.0.0, which was released yesterday.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants