mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
weird markdown bug
This commit is contained in:
parent
d9050fd854
commit
f02d5983d6
3 changed files with 7 additions and 8 deletions
|
@ -18300,13 +18300,13 @@ require.define("/src/js/dialogs/sandbox.js",function(require,module,exports,__di
|
|||
'## The LearnGitBranching Interface',
|
||||
'',
|
||||
'There are features to use within the user interface behind ',
|
||||
'this modal dialog. A list:',
|
||||
'this modal dialog. A list',
|
||||
'',
|
||||
' * git commands (to interact with git)',
|
||||
' * level commands (to get level hints or solutions)',
|
||||
' * sandbox commands (like this one)',
|
||||
'',
|
||||
'# This dialog is NOT FINISHED **TODO**'
|
||||
'# This dialog is NOT FINISHED TODO'
|
||||
]
|
||||
}
|
||||
}];
|
||||
|
@ -18681,13 +18681,13 @@ require.define("/src/js/dialogs/sandbox.js",function(require,module,exports,__di
|
|||
'## The LearnGitBranching Interface',
|
||||
'',
|
||||
'There are features to use within the user interface behind ',
|
||||
'this modal dialog. A list:',
|
||||
'this modal dialog. A list',
|
||||
'',
|
||||
' * git commands (to interact with git)',
|
||||
' * level commands (to get level hints or solutions)',
|
||||
' * sandbox commands (like this one)',
|
||||
'',
|
||||
'# This dialog is NOT FINISHED **TODO**'
|
||||
'# This dialog is NOT FINISHED TODO'
|
||||
]
|
||||
}
|
||||
}];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue