diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-01-31 18:31:39 +0800 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-02-02 01:46:08 +0100 |
commit | c1fb288f792e5e292f3e9ad89fecc4a5837818b7 (patch) | |
tree | a5398b71f7443911cc1c011156317f19c103ebf4 /index.mdwn | |
parent | a51c8b1766dbbcca703ea398e661b89cdace328e (diff) | |
download | web-c1fb288f792e5e292f3e9ad89fecc4a5837818b7.tar.gz web-c1fb288f792e5e292f3e9ad89fecc4a5837818b7.tar.bz2 web-c1fb288f792e5e292f3e9ad89fecc4a5837818b7.zip |
HTML h1 to make anchor of Running_the_Hurd work.
Ikiwiki seems to not have the feature of automatically creating
a section anchor. So I use this ugly way to make it.
Message-ID: <20250131103138.1138-3-crupest@crupest.life>
Diffstat (limited to 'index.mdwn')
-rw-r--r-- | index.mdwn | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -57,7 +57,7 @@ So, you are interested in contributing to the GNU Hurd project? Welcome! Every single contribution is very much encouraged. Please read our [[detailed recommendations about how to contribute|contributing]]. -Follow section [[#Running_the_Hurd]] to run the Hurd. See our +Follow section [[Running_the_Hurd|/index#run]] to run the Hurd. See our [[source_repositories]] for the source code. --- @@ -74,7 +74,9 @@ question, feel free to ask on a mailing list or on IRC. --- <a name="run"> </a> -# Running the Hurd + +<!-- Use HTML h1 with an id to create an anchor for the section. --> +<h1 id="run"> Running the Hurd </h1> Running the Hurd may not be as hard as some people think. There are [[various_ways|hurd/running]]. The easiest one might be using a |