mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-30 08:38:15 +01:00
Merge pull request #6 from Wassasin/master
Taggle: Blocks in <a>-tags are not parsed
This commit is contained in:
commit
337092fa4e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ private:
|
|||
{
|
||||
elementType("<pcdata>", M_EMPTY, M_PCDATA, 0);
|
||||
elementType("<root>", M_ROOT, M_EMPTY, 0);
|
||||
elementType("a", M_PCDATA|M_NOLINK, M_INLINE, 0);
|
||||
elementType("a", M_PCDATA|M_NOLINK|M_BLOCK, M_INLINE, 0);
|
||||
elementType("abbr", M_PCDATA|M_INLINE, M_INLINE|M_NOLINK, F_RESTART);
|
||||
elementType("acronym", M_PCDATA|M_INLINE, M_INLINE|M_NOLINK, F_RESTART);
|
||||
elementType("address", M_PCDATA|M_INLINE|M_P, M_BLOCK, 0);
|
||||
|
|
Loading…
Add table
Reference in a new issue