0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core
Jason Friedrich bc74c89e76 Update excerpt helper to properly filter HTML footnotes
closes #4741
- updated regexp to properly filter out footnotes without removing too much text
- happened only when a link was used before a footnote
- old regexp was too 'greedy' and removed regular link together with the footnote
- new regexp uses a more specific <a> tag
2015-01-01 06:45:06 +01:00
..
client Allow resolver to lookup gh-path helper. 2014-12-31 14:44:39 -05:00
server Update excerpt helper to properly filter HTML footnotes 2015-01-01 06:45:06 +01:00
shared Add reentrant conversion to Showdown footnotes. 2014-12-30 05:32:03 -05:00
test Merge pull request #4726 from jaswilli/issue-3961 2014-12-30 19:20:51 +00:00
index.js Move config module to be instance based and merge bootstrap into config. 2014-08-23 15:54:43 -04:00