File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ The README was generated by following these instructions:
9
9
- ` cd ` into the root of this repo.
10
10
- Build the ` markasten ` Docker image with ` make build ` .
11
11
- ` cd ` into the ` docs/ ` directory.
12
- - Run the tags command in Docker with:
12
+ - Run the tags command (in this directory) in Docker with:
13
13
14
14
``` sh
15
- docker run -v " $( pwd) " :/input -v " $( pwd ) " :/output andykuszyk/markasten:local markasten tags --capitalize -i /input -o /output /README.md --title ' Documentation
15
+ docker run -v " $( pwd) " :/input andykuszyk/markasten:local markasten tags --capitalize -i /input -o /input /README.md --title ' Documentation
16
16
Herein lies the documentation for teams foo and bar, and everyone else besides.
17
17
'
18
18
```
Original file line number Diff line number Diff line change 33
33
## Tag Y
34
34
- [File title](path/to/file.md) `tag-x`
35
35
#+end_src
36
+
37
+ * experiments
38
+ #+begin_src bash :results output verbatim
39
+ cd docs
40
+ docker run -v "$(pwd)":/input andykuszyk/markasten:local markasten tags --capitalize -i /input -o /input/README.md --title 'Documentation
41
+ Herein lies the documentation for teams foo and bar, and everyone else besides.
42
+ '
43
+ #+end_src
44
+
45
+ #+RESULTS:
You can’t perform that action at this time.
0 commit comments