This repo was originally for testing mdbook which is a great tool for creating a full site from just a few Markdown files.
mdbook is fast, but it doesn't include some of the extra syntax that kramdown supports.
mdbook is a rust program. It can be installed easily on Windows or Unix-based machines.
bashsyntax.zshsyntax.- Difference between
bash/zshandpowershellsyntax.
I'm documenting when there is overlap with shell builtins and external commands. For instance, in Linux there is both an echo external command and echo bash builtin.
Also documenting the difference between Zsh's print and the printf external command. Zsh can emulate printf by using print -f. Zsh's print is like an enhanced version of Bash's echo.
src/: contains the source of the book generated bymdbookbook.toml:mdbookreads this file to determine the book build.src\SUMMARY.md:mdbookreads this file to determine how the html is formatted.
book/: this will not be ignored for long once I get GitHub Pages runningignore: dir for experimental files that aren't necessary for commiting to the repo. Right now I'm testing out different markdown formatters besides mdbook.mdbookis designed to output an entire book out of some*.mdfiles, while other tools like Josh Gruber'smarkdown.plsimply convert one by one. I will write more about the different markdown syntaxes in thesrc/dir.
- Test out GitHub's online editor.
- Test out Sourcegraph's Chrome Extension.