Vote #77667
未完了synchronize Textile and Markdown documents
0%
説明
The following contexts are maintained independently even though they share same contents.
- Textile ** wiki page: RedmineTextFormattingTextile ** help HTML: source:trunk/public/help/en/wiki_syntax_detailed_textile.html
- Markdown ** wiki page: RedmineTextFormattingMarkdown ** help HTML: source:trunk/public/help/en/wiki_syntax_detailed_markdown.html
I'd like to propose the following procedure to maintain them.
- use the wiki pages as master files ** don't the help HTML files directly
- the two miki pages include a wiki page for shared contents, [RedmineTextFormattingRedmineLinks|Readmine links]
journals
I updated [[RedmineTextFormattingTextile]] and [[RedmineTextFormattingMarkdown]]. (#16373-27)
Please double check if I did not break anything.
The attached are help HTML files generated from the wiki pages above. Use them as help file, source:trunk/public/help/en/wiki_syntax_detailed_textile.html and source:trunk/public/help/en/wiki_syntax_detailed_markdown.html.
--------------------------------------------------------------------------------
Hiroo Hayashi wrote:
> Please double check if I did not break anything.
I've checked them and both seem to be OK. Thanks for the update.
--------------------------------------------------------------------------------
'dumb blob',
Thank you for your checking.
Maruyama-san,
If you see no problem, please commit HTML files on note 1.
BTW I made some additional minor fixes on [[RedmineTextFormattingMarkdown]].
* use <strong> and <em> instead of <notextile>
* remove unnecessary line-breaks
The attached is the patch for the HTML file.
--------------------------------------------------------------------------------
hey.. the markwdown and textile help are confuised.. it said ;
<pre>
!{{include(Foo)}}
</pre>
but must be
<pre>
{{include(Foo)}}
</pre>
see #32328
--------------------------------------------------------------------------------