discount-2.1.8a-6.1>t  DH`pX&/=„r J" e_߽qT۠쥃I9lzdA2è]ވ*,r;ZJYoՓrlujd)(x$A˗oc5# >7Gzv+o⁐ЙGԖgpd@D]Hùl o01DR/lXRp=4K pAuIqBXª-YИouy:oYz57bc3bc6ef2c5f8582ee25c1abccc4c11aa3d2ab<X&/=„Q"eD^mIaCgܫ}-jY*5 #$}}gƢZP '3@Ȯ@T/tY)?)PV SOب ۣ#=Xў|Wy"OD {`π)i'~N. ̛M4rv7X3+raT3U6z&A;Rǰ٭l4w>(?(d   6 6SL      HD`   (89:>> @ F G 0H pI X Y \ ]! ^!b"Wc"d#?e#Df#Il#Ku#`v# w',x'ly'z'Cdiscount2.1.8a6.1Markdown text to HTML converterDiscount is an implementation of John Gruber’s Markdown text to HTML language with some extensions from PHP Markdown Extra, Pandoc, and other implementations of Markdown.X&lamb24*openSUSE Leap 42.3openSUSEBSD-3-Clausehttp://bugs.opensuse.orgProductivity/Text/Convertorshttp://www.pell.portland.or.us/~orc/Code/discount/linuxx86_64update-alternatives \ --install /usr/bin/markdown markdown /usr/bin/discount-markdown 20if [ $1 -eq 0 ] ; then update-alternatives --remove markdown /usr/bin/discount-markdown fi=X,)XN($v$A큤$$$$$$X&X&X&X&X&X&X&U1qU1qU1qX&X&X&X&X&X&d41d8cd98f00b204e9800998ecf8427e87643b6d58e9470a5cd250e9cfc686d6b58871eb834d909b44eac356a3b457f589f4c2d09444a065c947e6c1c2de5cbaece71af44b92e417762f12ffc4e639e24fce0411d71254cfa33e28dba1458f188bc706f6017b2176e4e9dae0b9a643f66026833931fe3423a8dd78cdf9e5edc756edff7e0634c9c74f61ef90dbeeaca2356199efe4f8a2950655f34c2ff1573fb439188b393ecdb69b510ca1292d0071cb5d9931a14ca9574aa94abff4ce4214be230fd0f3742fb5a3a74f88b8cff10a9c32fc8b995eef6de13c64fba1011a04/etc/alternatives/markdown@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdiscount-2.1.8a-6.1.src.rpmdiscountdiscount(x86-64)@@@@@   /bin/sh/bin/shlibc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libmarkdown.so.2()(64bit)libmarkdown2rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)2.1.8a3.0.4-14.0-14.4.6-14.11.2U]UB@UB@PZM?M1@mailaender@opensuse.orgmardnh@gmx.demardnh@gmx.delnussel@suse.depascal.bleser@opensuse.orgpascal.bleser@opensuse.org- add symlink with update-alternatives to un-conflict Markdown.pl- add build condition "fenced_code" to conditionally run configure with "--with-fenced-code" Building with this condition enables PHP markdown extra-style fenced code sections, where your chunks of code are surrounded by ~~~ lines instead of being indented 4 spaces.- update to 2.1.8a - correct license in spec file. It's actually BSD-3-Clause - added patch for fixing some comiler warnings: discount-fix-compile-warings.diff - ran spec-cleaner and specfile cleanup - change from version 2.1.8a When I put in the patch to ... * Change the mail demangler to a debian-specific ‘always mangle one way’ hack. (enabled with the configure.sh option –debian-glitch) I messed up the format string and made the mangled email address into a fixed bogus string. Sigh. Fixed (thanks to a patch from Alessandro Ghedini), updated (and I really have to expand the runtime configuration flags array to be long enough to fit 64 settings, but that’s a fix for a different day) and released. - change from version 2.1.8 After a year or so of letting the code sit and slowly accumulate fixes, a new version which fixes a wad of bugs and adds a few new features. Some of this code is front other people, and those changes will be marked with their names: * FINALLY address the bug where markdown extra-style footnotes lose numbering when they show up in nested element; I was not carrying the m-e reference# inside the footnotes structure, but was instead carrying it in the parent structure and not updating it. So I changed the footnotes structure to include the reference + the list of footnotes, which made the misnumbering go away on my tests. * Fix makefile distclean to cleanup all the generated files and corrected the names of the installed sample program man pages to end in .1 (Mark Pizzolato mark@infocomm.com) * Change the mail demangler to a debian-specific ‘always mangle one way’ hack. (enabled with the configure.sh option –debian-glitch) * Add –with-unmangled-email compile-time flag to disable mailto: mangling * Allow the magic output filename -, which means send output to stdout instead of to a file. * Fix a bug where autolink + github flavored markdown absorbs the ^C eoln character into a link at the end of a line. * Tweak install.samples so that the user can supply a SAMPLE_PFX on the command line SAMPLE_PFX=discount- make install.samples to install the sample programs with a package-specific prefix. * Emit pages in utf-8 instead of us-ascii (simply a change to the Content-Type meta) (Nathan Phillip Brink binki@gentoo.org) * Patch the horrible list handler to support long numeric list items (George Hartzell hartzell@alerce.com) * Various bugfixes (Masayoshi Sekimura sekimura@gmail.com) * Fix support for CFLAGS=-m32 ./configure.sh by using CFLAGS for all build invokations of CC. (Nathan Phillip Brink binki@gentoo.org) * Github-style language attributes on fenced code blocks (Loren Segal lsegal@amazon.com) * When defining WORD & DWORD, check first for the MS Windows WinDef.h file; if found, include it instead of defining WORD & DWORD ourselves. * support url-encoded anchor links with –with-urlencoded-anchor option (Daisuke Murase typester@cpan.org) - change from version 2.1.6 does nothing except for some bugfixes (and ignores some particularly scary ones that I /must/ fix soon) and adds two small features. * A < at the end of the input is exactly the same as \<(space) * Markdown.pl does not appear to escape \<[nonwhite] sequences. Sigh. * Tweak the previous Markdown does not escape... commit to simply push out the backslash and back up to the start of the <[nonwhite] sequence, so -fnohtml will continue to work. * Treat hard
(via two spaces) as whitespace. * Tweak divquote handling so that two adjacent divquotes won’t die if there is a space between the second > & leading % * Tweak one of the list tests back to the previous behavior (I’ve put in a hack for list indentation, and accidentally committed the changes. Oops!) The features are that I now use styles for table cell alignment instead of align=, and that I’m using the 3-clause BSD license for this release (because there is one widely used closed-source license that claims that you can’t dynamically link with code that uses the 4-clause license. Fine. I’ll 3-clause this release to make the stupid GPL happy.)- correct license in spec file. It's actually BSD4c - changes from version 2.1.5a: * MKD_NOSTYLE – treat