You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Matthieu Ghilain (JIRA)" <ji...@apache.org> on 2018/01/17 07:29:00 UTC

[jira] [Comment Edited] (DOXIA-568) Doxia Markdown extension > Support for some MarkDown extensions has been removed since 1.7

    [ https://issues.apache.org/jira/browse/DOXIA-568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16328391#comment-16328391 ] 

Matthieu Ghilain edited comment on DOXIA-568 at 1/17/18 7:28 AM:
-----------------------------------------------------------------

I don't see anyway of influencing Flexmark configuration, the MarkDown parser is instantiated as a component and the configuration of that component is not externalized but done directly in the Doxia parsing code. I guess it should be a Maven plugin option if it has to be externalized.

I don't want to use old version, I like to stay up to date \{#emotions_dlg.smile}.

.
 So for the markdown example they are quite simple:
{code:java}
## Some title

{code}
-> previously an anchor link was automatically added to that title
{code:java}
``` xml

<root></root>

``` 

{code}
-> previously there was color highlighting in that small MarkDown snippet, this is not the case anymore.


was (Author: ghilainm@gmail.com):
I don't see anyway of influencing Flexmark configuration, the MarkDown parser is instantiated as a component and the configuration of that component is not externalized but done directly in the Doxia parsing code.

I don't want to use old version, I like to stay up to date {#emotions_dlg.smile}.
So for the markdown example they are quite simple:

{code}

## Some title

{code}

-> previously an anchor link was automatically added to that title

{code}

``` xml

<root></root>

``` 

{code}

-> previously there was color highlighting in that small MarkDown snippet, this is not the case anymore.

> Doxia Markdown extension > Support for some MarkDown extensions has been removed since 1.7
> ------------------------------------------------------------------------------------------
>
>                 Key: DOXIA-568
>                 URL: https://issues.apache.org/jira/browse/DOXIA-568
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Site Renderer (moved to DOXIASITETOOLS)
>    Affects Versions: 1.7
>            Reporter: Matthieu Ghilain
>            Priority: Major
>
> Currently the markdown extensions which are allowed by the Doxia parser seems to be fixed to a subset of what was allowed with Doxia 1.7 and old PegDown library.
> I would like to be able to use the anchor link extension which was available with 1.7 as well as the syntax highlighting that was also available for scripts.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)