diff pages/menu/get-involved.md @ 227:9057b6832c9a

Improve syntax highlight with fenced markup.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 29 Sep 2020 13:18:39 +0900
parents 6de5c7dcc43f
children 598d7f098082
line wrap: on
line diff
--- a/pages/menu/get-involved.md	Wed Sep 23 09:45:01 2020 +0900
+++ b/pages/menu/get-involved.md	Tue Sep 29 13:18:39 2020 +0900
@@ -9,12 +9,13 @@
 and there are many ways you can contribute.
 You can help by fixing bugs,
 developing new features,
-writing [Octave Forge packages]({{ site.sourceforge_url }}),
+writing Octave packages,
 answering questions in Discourse,
 helping to improve the web pages.
 If you are wondering what to work on,
 we have a standard answer:
-**What would you like to work on?**
+
+&nbsp;&nbsp;&nbsp; **What would you like to work on?**
 
 For some inspiration,
 we do maintain a [list of possible projects]({{ site.wiki_url }}/Projects)
@@ -36,10 +37,8 @@
 [https://hg.savannah.gnu.org/hgweb/octave](https://hg.savannah.gnu.org/hgweb/octave).
 You obtain the latest development version of Octave sources with the following
 command:
-
-{% highlight text %}
+```
 hg clone https://www.octave.org/hg/octave
-{% endhighlight %}
-
+```
 The [Developer FAQ]({{ site.wiki_url }}/Developer_FAQ) on the Octave Wiki
 contains more detailed and recent information about Octave development.