discount-2.2.2-lp150.1.8 >  A Z˨/=„E O88qm31V)ZQ>!iao R(l'TX$3>po;/ vf~\uF:t{G/jDs@Sd_#mEYX9VPQFW |Ab0_^>lt92 "5lkD˒3W=~`qd>ME{b~4wkTL* ̴ߧփBÇ9-ŭ_#PNk6_GM6B:x, :Ǽx:6X>pB,?,d   ; ! ;XP    ` l (  Y ( ~8 9 : r >#@#F$G$H$XI$X$Y$\$]%^%b&Oc&d'We'\f'_l'au'tv' w+x+y,z,h,x,|,,Cdiscount2.2.2lp150.1.8Markdown 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.Z˨lamb11-DopenSUSE Leap 15.0openSUSEBSD-3-Clausehttps://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(N$v$A큤$$$$$$Z˨Z˨Z˨Z˨Z˨Z˨Z˨X'~X'~X'~Z˨Z˨Z˨Z˨Z˨Z˨99871d1c8516c4ee3b7b40f428b681795a21da5ccfc45ac25cd40da9f862fbf20fb10d94c7f2a96020844857d5c0cf1c85cccccf83677c928394ed7d46b683fad1083904ce98da7b73c383c27db3560aae65fb3222eef74b5ff54ae09e7b05968ca478a0badc0907bf75be3c23e9e2d2617e534c08cd51e438aa31fb532433dc4ad6b805d7850707cbb0481fd35c139a817f5427d0cff4639ce3300a3c25b5202a407f0b22952b2c22ee69b0cd97d0834462d138aedefd531006560fec9d90cb7165c4997b2290bedd569e1aa71363c75808d17bdb4b7e40ca423d2c2760ebae3e2a9b70a0b68623965dd516b13bb2541ea2f5f09ae1c26efaeb4b99e27b8d54b9d6dc523de8d434759ad9a4a92c65f8368c2459e2308f5acbfb28f8e446d8297f371a81119b0c00e952bebb13e77db7c1daf8633b1468d1554a50e494b0ca4b703f51214c3582cd9dcb4ea467e7fe59e370be082f9050ea3654eebe94524ef91c8417f4a119e1104954655b66f779b17a4bcfed03cdf631d92999840b1994e8b1edd37e24a390170dc7cfeaae7314409114f05e8962cb526a8845a2ada8eabe/etc/alternatives/markdown@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdiscount-2.2.2-lp150.1.8.src.rpmdiscountdiscount(x86-64)markdown@@@@@@@    /bin/sh/bin/shlibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libmarkdown.so.2()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1YZ@XYXkW%U]UB@UB@PZM?M1@mpluskal@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.commailaender@opensuse.orgmardnh@gmx.demardnh@gmx.delnussel@suse.depascal.bleser@opensuse.orgpascal.bleser@opensuse.org- Provide virtual package markdown- Update to version 2.2.2: * No changelog provided - Refresh patches: * discount-disable_ldconfig.patch * discount-fix-compile-warings.diff- Update to version 2.2.1: * No changelog provided - Refresh patches: * discount-disable_ldconfig.patch * discount-fix-compile-warings.diff- Update to 2.2.0 * no changelog provided - Build with optflags - Refresh discount-disable_ldconfig.patch- 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