Skip to content

Commit a42905e

Browse files
authored
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)