Markdown to MediaWiki Conversion Guide: Difference between revisions

subitems for lists
Prompt for Fixing Pages to MediaWiki Format: fixed external url formatting
Line 8: Line 8:
Any links referenced add them as basic mediawiki references and add a reference end to the bottom of the page if so  
Any links referenced add them as basic mediawiki references and add a reference end to the bottom of the page if so  
Convert Markdown Links to MediaWiki Syntax:
Convert Markdown Links to MediaWiki Syntax:
* Replace External Markdown links with MediaWiki links. For example, change `[Link Text](http://example.com)` to `[http://example.com|Link Text]`.
* Replace External Markdown links with MediaWiki links. For example, change `[Link Text](http://example.com)` to `[http://example.com Link Text]`. space between the url and the title
* Replace Internal Markdown links with MediaWiki links. For example, change `[Link Text](/path/page_title.md)` to `[page_title|Link Text]`.
* Replace Internal Markdown links with MediaWiki links. For example, change `[Link Text](/path/page_title.md)` to `[page_title|Link Text]`.