mirror of
https://github.com/Orc/discount.git
synced 2026-09-25 04:10:00 +03:00
Strip out references to 'relaxed-emphasis' configuration (it's not used; it's
now the runtimeflag 'relaxed' (MKD_NORELAXED; set if you DON'T want relaxed emphasis)
This commit is contained in:
@@ -30,7 +30,6 @@ Configure.sh has a few options that can be set:
|
||||
--enable-pandoc-header Use pandoc-style header blocks
|
||||
--enable-superscript A^B expands to A<sup>B</sup>
|
||||
--enable-amalloc Use a debugging memory allocator (to detect leaks)
|
||||
--relaxed-emphasis Don't treat _ in the middle of a word as emphasis
|
||||
--with-tabstops=N Set tabstops to N characters (default is 4)
|
||||
|
||||
3) Installing sample programs and manpages
|
||||
|
||||
@@ -111,14 +111,6 @@ at the beginning of a subsequent line.
|
||||
.Pp
|
||||
Be warned that style blocks work like footnote links -- no matter
|
||||
where you define them they are valid for the entire document.
|
||||
.Ss relaxed emphasis
|
||||
The rules for emphasis are changed so that a single
|
||||
.Ar _
|
||||
will
|
||||
.Em not
|
||||
count as a emphasis character if it's in the middle of a word.
|
||||
This is primarily for documenting code, if you don't wish to
|
||||
have to backquote all code references.
|
||||
.Ss alpha lists
|
||||
Alphabetic lists (like regular numeric lists, but with alphabetic
|
||||
items) are supported. So:
|
||||
|
||||
Reference in New Issue
Block a user