|
@ -28,36 +28,40 @@ html |
|
|
code.js= s.code |
|
|
code.js= s.code |
|
|
|
|
|
|
|
|
.form-inline.demo-options |
|
|
.form-inline.demo-options |
|
|
.checkbox |
|
|
.checkbox.not-strict |
|
|
label._tip(title='enable html tags in source text') |
|
|
label._tip(title='enable html tags in source text') |
|
|
input#html(type='checkbox') |
|
|
input#html(type='checkbox') |
|
|
| html |
|
|
| html |
|
|
.checkbox |
|
|
.checkbox.not-strict |
|
|
label._tip(title='produce xtml output (add / to single tags (<br /> instead of <br>)') |
|
|
label._tip(title='produce xtml output (add / to single tags (<br /> instead of <br>)') |
|
|
input#xhtmlOut(type='checkbox') |
|
|
input#xhtmlOut(type='checkbox') |
|
|
| xhtmlOut |
|
|
| xhtmlOut |
|
|
.checkbox |
|
|
.checkbox.not-strict |
|
|
label._tip(title='newlines in paragraphs are rendered as <br>') |
|
|
label._tip(title='newlines in paragraphs are rendered as <br>') |
|
|
input#breaks(type='checkbox') |
|
|
input#breaks(type='checkbox') |
|
|
| breaks |
|
|
| breaks |
|
|
.checkbox |
|
|
.checkbox.not-strict |
|
|
label._tip(title='autoconvert link-like texts to links') |
|
|
label._tip(title='autoconvert link-like texts to links') |
|
|
input#linkify(type='checkbox') |
|
|
input#linkify(type='checkbox') |
|
|
| linkify |
|
|
| linkify |
|
|
.checkbox |
|
|
.checkbox.not-strict |
|
|
label._tip(title='do typographyc replacements, (c) -> © and so on') |
|
|
label._tip(title='do typographyc replacements, (c) -> © and so on') |
|
|
input#typographer(type='checkbox') |
|
|
input#typographer(type='checkbox') |
|
|
| typographer |
|
|
| typographer |
|
|
.checkbox |
|
|
.checkbox.not-strict |
|
|
label._tip(title='enable output highlight for fenced blocks') |
|
|
label._tip(title='enable output highlight for fenced blocks') |
|
|
input#_highlight(type='checkbox') |
|
|
input#_highlight(type='checkbox') |
|
|
| highlight |
|
|
| highlight |
|
|
.form-group |
|
|
.form-group.not-strict |
|
|
input#langPrefix.form-control._tip( |
|
|
input#langPrefix.form-control._tip( |
|
|
type='input' |
|
|
type='input' |
|
|
placeholder='language prefix' |
|
|
placeholder='language prefix' |
|
|
title='css class language prefix for fenced code blocks' |
|
|
title='css class language prefix for fenced code blocks' |
|
|
) |
|
|
) |
|
|
|
|
|
.checkbox |
|
|
|
|
|
label._tip(title='force strict CommonMark mode - output will be equal to reference parser') |
|
|
|
|
|
input#_strict(type='checkbox') |
|
|
|
|
|
| CommonMark strict |
|
|
|
|
|
|
|
|
.container.full-height |
|
|
.container.full-height |
|
|
.row.full-height |
|
|
.row.full-height |
|
|