In contrast to the other breadcrumb modules this module provides a new, fieldable 'breadcrumb' entity - leverage the power of fields! Some of the code was copied from Profile2 module. Thanks to fago.The module is aimed to provide a simple, but extensible solution providing breadcrumbs.
Idea
1, Breadcrumb is an entity, include:
(1),path, a property, which store the unique internal path, only support specific path such as node/1
(2),link, it is a multi values link field, store trail links.
2,Using rules to generate breadcrumbs for node/taxonomy term etc.
This module provides a framework for reduplicating Party records. It's concerned with two main features, firstly How to find duplicates. Secondly how to merge records.
I once fell in love with markdown language and still stick to it. This module provides some usefull extensions that help using markdown syntax in the drupal context.
Alias Filter
I assume you use path alias with autopath module.
When placing an internal link in your content, you might get into trouble because you either use the alias and get a broken link if the page title of the link destination changes (or whatever token the autopath is based on) ... or you avoid this by using system style links like node/123 and end up having duplicate content (which can be fixed by adding other modules like global redirect).
The obvious solution would be to use the system style link and let a filter replace it with the path alias. Markdown extra does exactly this.
Write [linked text](node/56) to get the alias.
Image Filter
The markdown image syntax is quite simple. This modules expands its options and formats the output as a HTML 5 figure tag.
css classes allowing you to align / float the image within the surrounding content
mediastyle allowing to choose a mediastyle for image rendering