Both of the lines no source code
wil be highlighted as source code in the markdown.
- item A with two spaces at line end
no source code
A
- item B with two spaces at line end
no source code
C:\>cd dev | |
C:\dev>mkdir BeSharp.CodePlex.com | |
C:\dev>cd BeSharp.CodePlex.com | |
C:\dev\BeSharp.CodePlex.com>svn --version | |
svn, version 1.8.1 (r1503906) | |
compiled Jul 22 2013, 19:58:17 on x86-microsoft-windows |
C:\Users\developer\VersionControl\BeSharp.codeplex.com>svn --version | |
svn, version 1.7.5 (r1336830) | |
compiled May 11 2012, 02:21:17 | |
Copyright (C) 2012 The Apache Software Foundation. | |
This software consists of contributions made by many people; see the NOTICE | |
file for more information. | |
Subversion is open source software, see http://subversion.apache.org/ | |
The following repository access (RA) modules are available: |
- A inner list highlighted as `code` | |
1. I | |
2. II | |
3. III | |
1. B inner list highlighted as text | |
- I | |
- II | |
- III |
Renders compact inner list: | |
1. Item A | |
- Item I | |
- Item II | |
- Item III | |
1. Item B | |
- Item IV | |
- Item V | |
- Item VI |
Both of the lines no source code
wil be highlighted as source code in the markdown.
A
C:\Users\Developer\HG\bitbucket.org\jeroenp>hg convert --authormap BeSharp.codeplex.com-svn-hg-autor-map.txt https://besharp.svn.codeplex.com/svn BeSharp.net-hg | |
initializing destination BeSharp.net-hg repository | |
svn: cannot probe remote repository, assume it could be a subversion repository. Use --source-type if you know better. | |
scanning source... | |
sorting... | |
converting... | |
108 Created team project folder $/besharp via the Team Project Creation Wizard | |
107 first publication | |
106 Base folder structure |
@echo off | |
if #%1#==## goto :help | |
setlocal | |
call :main %* | |
endlocal | |
goto :eof | |
:help | |
echo Syntax: %0 Project-Root-Path [Empty.ddp] |
echo batchfile=%0 | |
echo full=%~f0 | |
setlocal | |
for %%d in (%~dp0.) do set Directory=%%~fd | |
echo Directory=%Directory% | |
for %%d in (%~dp0..) do set ParentDirectory=%%~fd | |
echo ParentDirectory=%ParentDirectory% | |
endlocal |
+ ...\adt-bundle-windows-x86-20130522\sdk\build-tools\android-4.2.2\dx.bat | |
+ ...\adt-bundle-windows-x86-20130522\sdk\tools\android.bat | |
+ ...\adt-bundle-windows-x86-20130522\sdk\tools\ddms.bat | |
+ ...\adt-bundle-windows-x86-20130522\sdk\tools\draw9patch.bat | |
+ ...\adt-bundle-windows-x86-20130522\sdk\tools\hierarchyviewer.bat | |
+ ...\adt-bundle-windows-x86-20130522\sdk\tools\jobb.bat | |
+ ...\adt-bundle-windows-x86-20130522\sdk\tools\lint.bat | |
+ ...\adt-bundle-windows-x86-20130522\sdk\tools\monitor.bat | |
+ ...\adt-bundle-windows-x86-20130522\sdk\tools\monkeyrunner.bat | |
+ ...\adt-bundle-windows-x86-20130522\sdk\tools\traceview.bat |
ErrorTextBox.Text = "something went wrong"; | |
ErrorTextBox.BackColor = ErrorTextBox.ForeColor; |