File: README.asciidoc

package info (click to toggle)
ruby-github-markup 1.7.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 372 kB
  • sloc: ruby: 441; python: 170; sh: 26; makefile: 18; perl: 12
file content (25 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
= Document Title

== First Section

* One
* Two

Refer to <<another-section>> or <<another-section-1>>.

Navigate from {docname}{outfilesuffix} to <<another-document#,another document>>.

== Another Section

NOTE: Here is some source code.

```ruby
puts "Hello, World!"
```

* [ ] todo
* [x] done

== Another Section

content