From 0214715ca8989caaee40ab3ffb41cee189556899 Mon Sep 17 00:00:00 2001 From: Rob Hoelz Date: Fri, 3 Apr 2015 17:18:16 -0500 Subject: [PATCH] Fix rakudo-star/content.md according to markdownfmt --- rakudo-star/content.md | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/rakudo-star/content.md b/rakudo-star/content.md index b53afd2b8..31b2f442d 100644 --- a/rakudo-star/content.md +++ b/rakudo-star/content.md @@ -1,18 +1,16 @@ # What is Rakudo Star? -Rakudo Star is a Perl 6 distribution designed for use by early adopters of the language. It includes -a virtual machine (the JVM or MoarVM), the Rakudo Perl 6 compiler, and a suite of modules that users -may find useful. This image includes the MoarVM backend for the compiler. +Rakudo Star is a Perl 6 distribution designed for use by early adopters of the language. It includes a virtual machine (the JVM or MoarVM), the Rakudo Perl 6 compiler, and a suite of modules that users may find useful. This image includes the MoarVM backend for the compiler. -Project homepage: http://rakudo.org +Project homepage: [http://rakudo.org](http://rakudo.org) -GitHub repository: https://github.com/rakudo/star +GitHub repository: [https://github.com/rakudo/star](https://github.com/rakudo/star) -The Dockerfile responsible: http://github.com/perl6/docker/tree/master/Dockerfile +The Dockerfile responsible: [http://github.com/perl6/docker/tree/master/Dockerfile](http://github.com/perl6/docker/tree/master/Dockerfile) -Perl 6 Language Specification: http://design.perl6.org/ +Perl 6 Language Specification: [http://design.perl6.org/](http://design.perl6.org/) -Perl 6 Language Documentation: http://doc.perl6.org/ +Perl 6 Language Documentation: [http://doc.perl6.org/](http://doc.perl6.org/) %%LOGO%% @@ -20,16 +18,16 @@ Perl 6 Language Documentation: http://doc.perl6.org/ Simply running a container with the image will launch a Perl 6 REPL: - $ docker run -it rakudo-star - > say 'Hello, Perl!' - Hello, Perl! + $ docker run -it rakudo-star + > say 'Hello, Perl!' + Hello, Perl! You can also provide perl6 command line switches to `docker run`: - $ docker run -it rakudo-star -e 'say "Hello!"' + $ docker run -it rakudo-star -e 'say "Hello!"' # Contributing/Getting Help Many Perl 6 developers are present on #perl6 on Freenode. -Issues for Rakudo are tracked in RT: https://rt.perl.org/ +Issues for Rakudo are tracked in RT: [https://rt.perl.org/](https://rt.perl.org/)