Lines Matching refs:pulldown

29 …- Update changelog prior to patch release ([`e540024`](https://github.com/Byron/pulldown-cmark-to-…
30 …- fix shortcuts rendering ([`3bbc763`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/3bb…
37 …end of the stream like one would expect ([#33](https://github.com/Byron/pulldown-cmark-to-cmark/pu…
38 * email links are retained ([#34](https://github.com/Byron/pulldown-cmark-to-cmark/pull/34))
56 …- Release pulldown-cmark-to-cmark v7.1.0 ([`68a9b6a`](https://github.com/Byron/pulldown-cmark-to-c…
57 …- Update changelog ([`bbc22fe`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/bbc22fee8f…
58 …- use match as expression ([`2d5d4e1`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/2d5…
59 …s://github.com/aogier/pulldown-cmark-to-cmark into aogier-feature/32-shortcut-links ([`81b1eb4`](h…
60 …- retain autolink/email link format ([`e25f14d`](https://github.com/Byron/pulldown-cmark-to-cmark/…
61 …- shortcut links implementation ([`25cc3d1`](https://github.com/Byron/pulldown-cmark-to-cmark/comm…
68 Thanks to the author of [this PR](https://github.com/Byron/pulldown-cmark-to-cmark/pull/31).
85 …- Release pulldown-cmark-to-cmark v7.0.0 ([`cc82b0f`](https://github.com/Byron/pulldown-cmark-to-c…
86 …- Update changelog prior to release ([`0b795a7`](https://github.com/Byron/pulldown-cmark-to-cmark/…
87 …- refactor ([`06fe6cb`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/06fe6cb1e35e8aca0c…
88 …ndling of reconfigured characters ([`fa14750`](https://github.com/Byron/pulldown-cmark-to-cmark/co…
89 …- cleanup typing for special characters ([`9aef43f`](https://github.com/Byron/pulldown-cmark-to-cm…
90 …upport custom syntax and add test ([`db6e12c`](https://github.com/Byron/pulldown-cmark-to-cmark/co…
91 …- Format with nightly ([`9313bac`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/9313bac…
97 [inline HTML](https://github.com/Byron/pulldown-cmark-to-cmark/issues/28)
114 …- Release pulldown-cmark-to-cmark v6.0.4 ([`72e5ca5`](https://github.com/Byron/pulldown-cmark-to-c…
115 …- prepare changelog ([`50b4188`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/50b4188da…
116 …nes after HTML before a SoftBreak ([`1a40792`](https://github.com/Byron/pulldown-cmark-to-cmark/co…
121 * handle spaces in links [better](https://github.com/Byron/pulldown-cmark-to-cmark/pull/27)
138 …- Release pulldown-cmark-to-cmark v6.0.3 ([`100c41a`](https://github.com/Byron/pulldown-cmark-to-c…
139 …- prepare release ([`b3015aa`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/b3015aa080a…
140 …- Handle spaces in link URIs ([`9f8f17b`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/…
160 …- (cargo-release) version 6.0.2 ([`c1cd8ce`](https://github.com/Byron/pulldown-cmark-to-cmark/comm…
161 …- prepare patch release ([`1872953`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/18729…
162 … - it's probably more correct now ([`6bc1f11`](https://github.com/Byron/pulldown-cmark-to-cmark/co…
163 … if we're just ending another tag ([`89cc1ec`](https://github.com/Byron/pulldown-cmark-to-cmark/co…
168 * handline [html in tables correctly](https://github.com/Byron/pulldown-cmark-to-cmark/pull/26).
191 …- (cargo-release) version 6.0.1 ([`7782189`](https://github.com/Byron/pulldown-cmark-to-cmark/comm…
192 … degenerate information I suppose ([`f733496`](https://github.com/Byron/pulldown-cmark-to-cmark/co…
193 …- prepare release ([`874edba`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/874edba1715…
194 …g brackets (oversight); fixes #25 ([`7fdf0da`](https://github.com/Byron/pulldown-cmark-to-cmark/co…
195 … 'origin/main' into crlf0710/main ([`934cfab`](https://github.com/Byron/pulldown-cmark-to-cmark/co…
196 …mark-spec test to fail right now… ([`65f5949`](https://github.com/Byron/pulldown-cmark-to-cmark/co…
197 …- re-enable test-suite :D ([`c2a2de3`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/c2a…
198 …he examples from CommonMark spec. ([`f27acce`](https://github.com/Byron/pulldown-cmark-to-cmark/co…
199 …- dependency update ([`59db24f`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/59db24fb5…
200 …- Use `make` in CI ([`4b53d20`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/4b53d20a79…
201 …- Use modern doc string type links ([`cac031a`](https://github.com/Byron/pulldown-cmark-to-cmark/c…
202 …- thanks clippy ([`16e66da`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/16e66da8308f6…
203 …- cargo fmt ([`9d2dc90`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/9d2dc9082088845a9…
204 …- add makefile for convenience ([`45bfb5e`](https://github.com/Byron/pulldown-cmark-to-cmark/commi…
228 …- Bump pulldown-cmark ([`3ae8ddc`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/3ae8ddc…
229 …- update dependencies ([`ba51fda`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/ba51fda…
234 * Allow configuring the [amount of backticks used in code blocks](https://github.com/Byron/pulldown
252 …- (cargo-release) version 5.0.0 ([`a5f644a`](https://github.com/Byron/pulldown-cmark-to-cmark/comm…
253 …- update changelog ([`5f7be5e`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/5f7be5e541…
254 …kticks in codeblocks configurable ([`c9267b5`](https://github.com/Byron/pulldown-cmark-to-cmark/co…
259 * Fixed table header handling ([see PR for details](https://github.com/Byron/pulldown-cmark-to-cmar…
276 …- bump patch level ([`1240a59`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/1240a5925c…
277 …- Avoid integer underflow ([`8774c43`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/877…
278 …- Capture inline-code as table header ([`025d8c2`](https://github.com/Byron/pulldown-cmark-to-cmar…
279 …- Run `cargo diet` ([`8618b3d`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/8618b3dcc1…
299 …- bump patch level ([`03f4ab8`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/03f4ab8cde…
300 …- Add a newline before code blocks if necessary ([`061f7b8`](https://github.com/Byron/pulldown-cma…
323 …yout: move fmt::* into crate root ([`7070f33`](https://github.com/Byron/pulldown-cmark-to-cmark/co…
356 …- Bump patch level; add changelog ([`b53fbe5`](https://github.com/Byron/pulldown-cmark-to-cmark/co…
357 …- Use Rust Edition 2018 QoL improvements ([`0b414d0`](https://github.com/Byron/pulldown-cmark-to-c…
358 …ate definition (allowing resumes) ([`59c5a3b`](https://github.com/Byron/pulldown-cmark-to-cmark/co…
359 …mets if followed by more markdown ([`fcd32d0`](https://github.com/Byron/pulldown-cmark-to-cmark/co…
360 …- bye bye travis, we had a good time ([`2ea28f7`](https://github.com/Byron/pulldown-cmark-to-cmark…
361 …- add github actions ([`6b3f51c`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/6b3f51c8…
362 …- Update minor version of pulldown-cmark ([`3e856c9`](https://github.com/Byron/pulldown-cmark-to-c…
363 …- Update tests to use new code block kind ([`5b1c7c6`](https://github.com/Byron/pulldown-cmark-to-…
364 …- Expose pulldown_cmark dependency to users ([`0174671`](https://github.com/Byron/pulldown-cmark-t…
365 …endency and handle new code block ([`5786f7e`](https://github.com/Byron/pulldown-cmark-to-cmark/co…
385 …- Bump patch ([`63ac5ca`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/63ac5ca044673437…
386 …- Dumber, byte oriented escape code ([`b3dce1a`](https://github.com/Byron/pulldown-cmark-to-cmark/…
406 …- Upgrade to edition 2018 ([`c6fb144`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/c6f…
407 …- Optimize release ([`17e9f4e`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/17e9f4ed5e…
408 …- Add real-world tests, related to #8 ([`8d7378f`](https://github.com/Byron/pulldown-cmark-to-cmar…
409 …- Add support for escapes, fixes #8 ([`91df9a2`](https://github.com/Byron/pulldown-cmark-to-cmark/…
410 …- Run cargo fmt ([`d68f033`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/d68f0335136d1…
411 …- Bump our version to 2.0 ([`d64853c`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/d64…
412 …- Fix inline-html output ([`63f4e4f`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/63f4…
413 …- Update to pulldown-cmark 0.6.1 ([`4900624`](https://github.com/Byron/pulldown-cmark-to-cmark/com…
433 …- bump version to 1.2.4 ([`ebd8e8e`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/ebd8e…
434 …est #7 from dylanowen/blockquotes ([`fee9004`](https://github.com/Byron/pulldown-cmark-to-cmark/co…
435 …- updated authors ([`58e5137`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/58e51373d1d…
436 …- better support for blockquotes ([`6f0e4b5`](https://github.com/Byron/pulldown-cmark-to-cmark/com…
437 …- added blockquote test cases ([`2dd8024`](https://github.com/Byron/pulldown-cmark-to-cmark/commit…
457 …- Bump version ([`6f2382e`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/6f2382ef118afc…
458 …- Better approximation of contained characters ([`83fdbc0`](https://github.com/Byron/pulldown-cmar…
459 …- Assure to never have truly empty header fields ([`00442f9`](https://github.com/Byron/pulldown-cm…
479 …- minor version bump ([`83c6edc`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/83c6edc8…
480 …- upgrade to pulldown-cmark 0.5.2; with clear regressions ([`c8e2b9b`](https://github.com/Byron/pu…
500 …- Upgrade to pulldown-cmark 0.4 ([`27909e0`](https://github.com/Byron/pulldown-cmark-to-cmark/comm…
501 …- Merge pull request #3 from integer32llc/pulldown-cmark-0.4 ([`a92f729`](https://github.com/Byron…
502 …ated markdown parses equivalently ([`90f134e`](https://github.com/Byron/pulldown-cmark-to-cmark/co…
503 … remove whitespace in table cells ([`148c789`](https://github.com/Byron/pulldown-cmark-to-cmark/co…
504 …paces from the table test fixture ([`c6490bc`](https://github.com/Byron/pulldown-cmark-to-cmark/co…
505 …- upgrade to pulldown-cmark 0.4.1 ([`9a87b4e`](https://github.com/Byron/pulldown-cmark-to-cmark/co…
525 …- Bump version after supporting the latest pulldown-cmark 0.2 ([`108c355`](https://github.com/Byro…
526 …- Merge pull request #1 from maralorn/master ([`7a4f8a5`](https://github.com/Byron/pulldown-cmark-…
527 …- Bump dependency versions ([`5c7ddd5`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/5c…
528 …- Add crates badge ([`b3ec0d9`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/b3ec0d990d…
548 …- Bump minor ([`ba3d313`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/ba3d3133105eb5ca…
549 …- Support for codeblocks in codeblocks ([`a594c33`](https://github.com/Byron/pulldown-cmark-to-cma…
550 …- Add example for codeblock in codeblock ([`fa9d980`](https://github.com/Byron/pulldown-cmark-to-c…
551 …- Some more infos for the README ([`9705eb8`](https://github.com/Byron/pulldown-cmark-to-cmark/com…
552 …- Add depndency info badge ([`1869129`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/18…
572 …- Add tests-title ([`34598b8`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/34598b8e11b…
573 …- Add project affiliations ([`55a5563`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/55…
574 …- First bunch of API docs ([`f315ab7`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/f31…
575 …- Update all links ([`b1e0978`](https://github.com/Byron/pulldown-cmark-to-cmark/commit/b1e0978fa9…
576 …justment before all links change. ([`5b4c1ef`](https://github.com/Byron/pulldown-cmark-to-cmark/co…
577 …- Move everything from 'termbook'. ([`7666772`](https://github.com/Byron/pulldown-cmark-to-cmark/c…