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

Pandoc, ReStructuredText support? #1

Open
naught101 opened this issue Jul 9, 2015 · 2 comments
Open

Pandoc, ReStructuredText support? #1

naught101 opened this issue Jul 9, 2015 · 2 comments

Comments

@naught101
Copy link
Collaborator

Pweave also supports pandoc and rst formats. Is there any plan to incorporate these in this plugin? If you don't have the time for it, do you have any idea approximately how long it might take?

@coyotebush
Copy link
Owner

Probably just a matter of swapping out the tex syntax for another, especially if the file extension is sufficient to distinguish between the variants. I'm not likely to try it soon, but would welcome a pull request.

@naught101
Copy link
Collaborator Author

Hrm... for markdown, this can be avoided entirely by using vim-pandoc and adding this to your .vimrc:

    au BufNewFile,BufReadPost *.Pmd,*.pmd,*.mdw set filetype=pandoc
    au BufNewFile,BufReadPost *.Pmd,*.pmd,*.mdw PandocHighlight python

So maybe it's not worth adding markdown support. Not sure about rst.

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