diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-04-14 12:55:12 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-04-14 13:02:45 +0200 |
commit | 629df017d74734e93e2b63a1bb4b7819a34a1c9f (patch) | |
tree | 3c16b58c162a08b3ffda718aa183e2e42442aa6d /doc/concepts/symlinks.md | |
parent | c7216ce1da69f3fdbd2e577113c0a15a7dd41130 (diff) | |
download | justbuild-629df017d74734e93e2b63a1bb4b7819a34a1c9f.tar.gz |
clean up markdown in tutorial and concepts
... and ensure that pandoc processes them correctly. In particular,
add an empty line around itemize environments.
Diffstat (limited to 'doc/concepts/symlinks.md')
-rw-r--r-- | doc/concepts/symlinks.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/concepts/symlinks.md b/doc/concepts/symlinks.md index 9506cab0..d04076ee 100644 --- a/doc/concepts/symlinks.md +++ b/doc/concepts/symlinks.md @@ -65,7 +65,7 @@ symbolic links, e.g., shared libraries pointing to the specific version detours through `/etc/alternatives`. Bootstrapping "shopping list" option ---------------------------------------------------------- +------------------------------------ In order to more easily support building the tool itself against pre-installed dependencies with the respective directories containing @@ -77,7 +77,7 @@ clean directory serving as root; during this copying, symlinks are followed. Our treatment of symbolic links ------------------------------------- +------------------------------- ### "Ignore-special" roots |