Ghost/core/server
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
..
api Fix up HTTP API handler 2014-12-28 05:27:29 +00:00
apps
config Update pg package and convert data to correct type 2014-12-18 14:58:20 +00:00
controllers
data Add support for importing images 2014-12-21 01:58:35 +00:00
email-templates
errors
helpers Update excerpt helper to properly filter HTML footnotes 2015-01-01 06:45:06 +01:00
middleware Update dependencies 2014-12-25 00:22:45 +00:00
models Run tag add operations in sequence 2014-12-22 00:41:10 +00:00
permissions
routes
storage Add support for importing images 2014-12-21 01:58:35 +00:00
utils
views
filters.js
ghost-server.js
index.js
mail.js
require-tree.js
update-check.js
xmlrpc.js