Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a42905e

Browse files
added patch procedure for markdown file
1 parent 674bf73 commit a42905e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎source/fromHTMLtoMDnotes‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,12 @@ remeber to:
44
1) in <code> ... </code> blocks change from <code>__DATA__</code> to <code>\_\_DATA\_\_</code>
55

66
2) in <code> ... </code> blocks change from <code> \. </code> to <code> \\. </code>
7+
8+
9+
Migrating differences from source to tutorial
10+
11+
1)diff ./tutorial/tutorial-english.md ./source/tutorial-english.html > patchfromsrc2md.patch
12+
13+
2)edit patchfromsrc2md.patch and remove: the title tag, all part with escaped DATA, dots in code block, html entitities in regexes
14+
15+
3)patch ./tutorial/tutorial-english.md -i patchfromsrc2md.patch -o ./tutorial/tutorial-englishNEW.md

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /