Feature #23413
opensynchronize Textile and Markdown documents
Description
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, Readmine links (done in #16373-26)
Files
Updated by Hiroo Hayashi almost 10 years ago
- File wiki_syntax_detailed_textile.html wiki_syntax_detailed_textile.html added
- File wiki_syntax_detailed_markdown.html wiki_syntax_detailed_markdown.html added
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.
Updated by dumb blob almost 10 years ago
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.
Updated by Hiroo Hayashi almost 10 years ago
'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.
Updated by PICCORO LenzMcKAY over 6 years ago
hey.. the markwdown and textile help are confuised.. it said ;
!{{include(Foo)}}
but must be
{{include(Foo)}}
see #32328