coming later
Disambiguation: Language is for natural (non-computer) languages.
Random/notes ∞
-
https://www.booked.net/textism.html [ 1 ] was http://www.textism.com/tools/textile/
-
RDoc
- https://web.archive.org/web/20050407122931/http://www2.pos.to:80/~tosh/ruby/rdtool/en/doc/rd-draft.html
- https://web.archive.org/web/20120324111106/http://www.thekode.net/ruby/rdocsite/RDocSiteMarkup.html
- https://web.archive.org/web/20160711001007/https://pragprog.com/ruby/articles/rdtool.html [ 2 ] was http://www.pragmaticprogrammer.com/ruby/articles/rdtool.html -- Embedded Documentation in The Pragmatic Programmers, LLC
- https://web.archive.org/web/20070702232930/http://pub.cozmixng.org:80/~the-rwiki/rw-cgi.rb?cmd=view&name=RD+format
- http://sange.fi/~atehwa/cgi-bin/piki.cgi/stx2any -- has a list of products..
-
bml - meh
-
pango - seems insane
Ruby-compatible markup languages ∞
(Ruby)
- /tag/ruby-software+markup-languages
-
Haml - https://haml.info/ [ 3 ] was http://haml.hamptoncatlin.com
- Meant to replace HTML
-
redcloth [ 4 ] was http://whytheluckystiff.net/ruby/redcloth/ [ 5 ] was http://redcloth.rubyforge.org
- A module for writing Textile in Ruby.
Markdown ∞
(Markdown)
https://daringfireball.net/projects/markdown/
-
bluefeather adds some (syntax additions) - requires Ruby 1.9.x? Well it works fine for me!
syntax Annoyances:
- Can I change the header character from
#
to=
? - I prefer
*bold*
,**big**
,/italics/
,_underline_
-
might require two or three spaces after a list definition.
- This should be zero.
-
code blocks require four spaces.
-
I would require a pre-processor for some things
[[link]] => [link](/link/)
or maybe even this:
[[link]] => [test][] (and down below) [test]: /test
-
This works as expected:
- test - test
But this does not:
- test - test - test
I would need to do this instead:
- test - test - test
Footnotes
Last updated 2021-05-06 at 23:53:16
ported