Commit graph

  • 26c68ad080 Include the HTML renderer when building the shared lib Vicent Marti 2011-05-11 20:01:17 +0300
  • cf81b53ee8 Do not call bufgrow unless necessary Vicent Marti 2011-05-07 21:24:38 +0300
  • a8cb69438c Add MKDEXT_SPACE_HEADERS extension Vicent Marti 2011-05-06 22:04:27 +0300
  • eb6f5474c2 Upskirt now renders HTML by default Vicent Marti 2011-05-06 20:29:41 +0300
  • 7cb1a9e027 Do not inline bufgrow() and bufput() Vicent Marti 2011-05-05 18:30:13 +0300
  • 789bcd98e1 SmartyPants is now smart Vicent Marti 2011-05-05 17:47:37 +0300
  • cfa4e0934d Add Contributors to the README Vicent Marti 2011-05-05 17:46:49 +0300
  • 9fa8438a41 Use a two-layer array for active character callbacks Vicent Marti 2011-05-05 17:40:04 +0300
  • 35a580ffce More lax support for Table headers Vicent Marti 2011-05-03 00:05:24 +0300
  • e2a3063b6e Fix the HTML filter flag Vicent Marti 2011-05-01 21:47:22 +0300
  • bb9dbe8b5f Rename strict emphasis flag again Vicent Marti 2011-04-30 03:54:29 +0300
  • d2ffc352f4 More agressive buffer management Vicent Marti 2011-04-30 03:40:02 +0300
  • 0d11119240 Always print header and footer Vicent Marti 2011-04-30 03:05:24 +0300
  • a895484fb5 Improve language rendering in Code Blocks Vicent Marti 2011-04-30 02:36:46 +0300
  • daedc8e8ce Much more solid autolinking Vicent Marti 2011-04-30 02:18:14 +0300
  • 16b4342f24 Lax emphasis is the default Vicent Marti 2011-04-28 13:31:43 +0300
  • 22794bade8 Build the executable without shared lib Vicent Marti 2011-04-28 13:27:58 +0300
  • cc98beb776 Merged pull request #12 from nono/gitignore. Vicent Martí 2011-04-28 03:30:32 -0700
  • 244df333d8 Add a gitignore file Bruno Michel 2011-04-28 12:08:31 +0200
  • 31d5a528ea Drop URI escaping Vicent Marti 2011-04-28 13:18:09 +0300
  • 1d84eccd45 Do not segfault when unescaping empty links Vicent Marti 2011-04-27 15:18:55 +0300
  • 8f0988ab84 Allow escaping characters inside of URL links Vicent Marti 2011-04-27 04:26:42 +0300
  • 9c7100e69f Fix compilation after inlining buffers Vicent Marti 2011-04-26 14:00:38 +0300
  • 018fea055e Fix autolink URI parsing and generation Vicent Marti 2011-04-25 22:18:10 +0300
  • 8a19bdd635 20-25% of CPU time is spent in bufputc() and bufgrow(). Inline for great performance justice. Ben Noordhuis 2011-04-25 21:17:57 +0200
  • 3bc7d70898 Merged pull request #8 from schacon/5985563. Vicent Martí 2011-04-25 14:08:34 -0700
  • 5985563743 Fix memory leaks in bufrelease() and bufreset(). Ben Noordhuis 2011-04-25 02:03:27 +0200
  • fc8c15ede5 Fix memory leak in ups_markdown(). Ben Noordhuis 2011-04-25 02:01:05 +0200
  • ba88cb6ea3 Saner code blocks Vicent Marti 2011-04-23 00:38:10 +0300
  • f3fcabda16 Make autolinking case-insensitive Vicent Marti 2011-04-22 14:49:48 +0300
  • 08a1b26edb Make put_scaped_char more sane Vicent Marti 2011-04-22 14:46:12 +0300
  • 4e8cb77e7c Improve quoting/striking through inner spans Vicent Marti 2011-04-22 14:35:32 +0300
  • 3118304d80 Allow newlines inside of link declarations Vicent Marti 2011-04-21 23:53:45 +0300
  • 129bf7c380 Remove first HTML block lookup pass again Vicent Marti 2011-04-21 23:45:19 +0300
  • cc565992ed Honor fenced code block standards Vicent Marti 2011-04-21 23:39:17 +0300
  • 3f01b80bda Force PIC when building the library Vicent Marti 2011-04-20 12:41:37 +0300
  • 392c51233f Fix mispelled include name Vicent Marti 2011-04-20 12:39:43 +0300
  • cfc166b0cf Stupid typo in README Vicent Martí 2011-04-19 13:24:44 -0700
  • 550b98b2ea Lax HTML blocks are now a MD extension Vicent Marti 2011-04-18 22:16:59 +0300
  • 8bbc29aa33 Use <del> tag for strikethrough Vicent Marti 2011-04-18 10:09:46 +0300
  • 0059d6277a Remove profiling flags Vicent Marti 2011-04-17 14:07:38 +0300
  • a76c5f40bd Fix HTML tag detection Vicent Marti 2011-04-17 14:05:55 +0300
  • 7c6160bcce Newline after line break Vicent Marti 2011-04-17 13:48:50 +0300
  • 8dd10d10d4 Refactor buffer management Vicent Marti 2011-04-16 18:05:24 +0300
  • ffc20b5cb3 Remove some span-level callbacks for TOC rendering Vicent Marti 2011-04-16 17:49:16 +0300
  • 70f7b76700 More strict language declarations Vicent Marti 2011-04-16 17:48:32 +0300
  • 14d63dce62 Add support for GitHub-linke <p> hard-wrap Vicent Marti 2011-04-16 14:47:29 +0300
  • 7ce14ef3c3 Remove extra newline Vicent Marti 2011-04-16 13:19:33 +0300
  • 481b099032 Add support for syntaxes in fenced code blocks Vicent Marti 2011-04-16 13:11:02 +0300
  • 4600469b3b Remove cute Octocat picture. Too big! Vicent Martí 2011-04-15 02:03:35 -0700
  • 29364772f3 Add cute Octocat picture. This is important. Vicent Martí 2011-04-15 02:01:52 -0700
  • 8866797839 Update README Vicent Marti 2011-04-15 11:58:19 +0300
  • e1e5ea96ff Initial commit Vicent Marti 2011-04-15 11:36:46 +0300