[ 
https://jira.codehaus.org/browse/DOXIA-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=324489#comment-324489
 ] 

Steve Moyer commented on DOXIA-472:
-----------------------------------

I'm working towards fixing this issue as well as how anchors are created - 
these two areas must currently be addressed using XHTML within the markdown 
documents.  Here's my plan:

- Update pegdown (https://github.com/sirthias/pegdown) to process MultiMarkdown 
style metadata 
(https://github.com/fletcher/MultiMarkdown/wiki/MultiMarkdown-Syntax-Guide#metadata
 - note that the link above references this page).
- Update pegdown to process MultiMarkdown style "Automatic Cross References" 
(e.g. in page links or anchors - 
https://github.com/fletcher/MultiMarkdown/wiki/MultiMarkdown-Syntax-Guide#automatic-cross-references)
- Update the doxia markdown processor to add the (appropriate) metadata to the 
generated <html><head> (such as title, keywords, etc)
- Update the doxia page generator to concatenate the project name to the page 
name for the page's generated title block

Does this sound sane?
                
> No page title is set when using markdown
> ----------------------------------------
>
>                 Key: DOXIA-472
>                 URL: https://jira.codehaus.org/browse/DOXIA-472
>             Project: Maven Doxia
>          Issue Type: Bug
>          Components: Module - Markdown
>    Affects Versions: 1.3
>            Reporter: Klaus Reimer
>            Priority: Minor
>
> No page title is created for pages which are defined with the markup language 
> "markdown". A page in a project named "Test" opened with Chrome for example 
> has the browser title "Test - - Chrome" and the browser tab is labeled with 
> "Test - ".
> I recommend using the first headline in the markdown file as a page title.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to