File: issue70.md

package info (click to toggle)
ruby-maruku 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,296 kB
  • ctags: 492
  • sloc: ruby: 5,726; xml: 235; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 302 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
Lines should be able to start with @. Note that a leading space doesn't
trigger the old metadata syntax. https://github.com/bhollis/maruku/issues/70
*** Parameters: ***
{}
*** Markdown input: ***
@ foo
*** Output of inspect ***
md_el(:document, md_par("@ foo"))
*** Output of to_html ***
<p>@ foo</p>