Sha256: 1987578f88bddf2c80555c874f3effa19e6a40cccd0637eaa94e420edfc5f9be

Contents?: true

Size: 375 Bytes

Versions: 5

Compression:

Stored size: 375 Bytes

Contents

Generating ids for unicode headers. Other markdown implementations drop the non-ASCII characters so the anchor is URL-valid. https://github.com/bhollis/maruku/issues/29
*** Parameters: ***
{}
*** Markdown input: ***
# Übersicht
*** Output of inspect ***
md_el(:document, md_el(:header, "Übersicht", {:level=>1}))
*** Output of to_html ***
<h1 id='bersicht'>Übersicht</h1>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
maruku-0.7.3 spec/block_docs/issue29.md
maruku-0.7.2 spec/block_docs/issue29.md
maruku-0.7.1 spec/block_docs/issue29.md
maruku-0.7.0 spec/block_docs/issue29.md
maruku-0.7.0.beta1 spec/block_docs/issue29.md