Text to HTML: Difference between revisions

m
→‎{{header|Raku}}: Fix code and comments: Perl 6 --> Raku
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (→‎{{header|Raku}}: Fix code and comments: Perl 6 --> Raku)
Line 390:
The task specs are essentially non-existent. "Make a best guess at how to render mark-up free text"? Anything that could be trusted at all would either be extremely trivial or insanely complex. And it shows by the the task example writers staying away in droves. Five examples after seven years!?
 
Rather than waste time on that noise, I'll demonstrate POD6 to HTML conversion. POD6 is a simple, text-only mark-up used for Perl 6Raku documentation. (It's Plain Old Documentation for perl 6Raku) It uses pretty simple textual markup and has multiple tools to convert the POD6 document in to many other formats, HTML among them.
 
It is '''not''' markup free, but it is actually usable in production.
Line 515:
a[id^="fn-"]:target { background: #ff0 }
</style>
<link rel="stylesheet" href="//design.perl6raku.org/perl.css">
 
</head>
2,392

edits