OSDN Git Service

fix(tool/editor/guide.md): using echo instead of Heredoc
authorCoelacanthus <coelacanthus@outlook.com>
Tue, 26 Jan 2021 21:56:02 +0000 (05:56 +0800)
committerCoelacanthus <coelacanthus@outlook.com>
Tue, 26 Jan 2021 21:56:02 +0000 (05:56 +0800)
commit01c9f7fb36448a0ce138810b66508f1fcc5df542
tree65006fa35299b5b782fcf55914a11950f8775266
parent788e7ffe88b2892228faa69fc5ab9ee480890c99
fix(tool/editor/guide.md): using echo instead of Heredoc

because Tab is rendered to four spaces,
it breaks syntax of Makefile.
I try to avoid it by using `echo "xxx\n\txxx"` instead of Heredoc.
but this problem should be fix in the future.

[1]: https://github.com/OI-wiki/OI-wiki/pull/2919#issuecomment-767849672
docs/tools/editor/guide.md