I am a recent convert to Geany using it under Linux and Windows, including the markdown plugin, and would like to ask if there are plans to include MultiMarkdown support? I am particularly interested in support for tables.
Thank you.
Depends what you mean by "support".
If you mean highlighting then its in the markdown lexer that is part of the scintilla (www.scintilla.org) project we use, best to ask upstream.
If you mean symbols, then its the ctags parser which is in Geany but should be pushed upstream https://github.com/universal-ctags.
If you mean the plugin, you should ask the maintainer, but it probably requires the `peg-markdown` markdown to HTML processor to be updated. IIUC the original of that project is dead, but there appears to be various forks on github, maybe one of those can do it.
In all cases above contributions are of course welcome.
Cheers Lex
On 11 April 2016 at 09:37, H agents@meddatainc.com wrote:
I am a recent convert to Geany using it under Linux and Windows, including the markdown plugin, and would like to ask if there are plans to include MultiMarkdown support? I am particularly interested in support for tables.
Thank you. _______________________________________________ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel
On 2016-04-10 04:58 PM, Lex Trotman wrote:
[...] If you mean the plugin, you should ask the maintainer, but it probably requires the `peg-markdown` markdown to HTML processor to be updated. IIUC the original of that project is dead, but there appears to be various forks on github, maybe one of those can do it.
The Markdown plugin supports either discount[0] or peg-markdown[1] libraries by a compile-time option[2].
Cheers, Matthew Brush
[0]: http://www.pell.portland.or.us/~orc/Code/discount/ [1]: https://github.com/jgm/peg-markdown [2]: https://github.com/geany/geany-plugins/blob/1.27.0/build/markdown.m4#L25
Thank you, there is a kind Centos 6 user who compiled Geany with basic markdown support for me, I have asked him if he would be willing to compile it with the extended markdown support.
Is there a reason to choose discount over peg-markdown, or vice versa?
Also, would it be possible to have the Windows version compiled with the one of the above? I use both Centos and Windows...
Many thanks!
On 4/10/2016 8:37 PM, Matthew Brush wrote:
On 2016-04-10 04:58 PM, Lex Trotman wrote:
[...] If you mean the plugin, you should ask the maintainer, but it probably requires the `peg-markdown` markdown to HTML processor to be updated. IIUC the original of that project is dead, but there appears to be various forks on github, maybe one of those can do it.
The Markdown plugin supports either discount[0] or peg-markdown[1] libraries by a compile-time option[2].
Cheers, Matthew Brush
Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel