chtml parsing warrning

This commit is contained in:
rasbt 2014-07-06 13:32:10 -04:00
parent 6d42aa1ac3
commit 350171ba95

View File

@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
"signature": "sha256:2e496899fa42e9e6ec0548cb798a7ca3f66221e0e43f94315ad4cbfed2e8fd54"
"signature": "sha256:295b519fef2aba4116d805cb3c00fc582bdc1a0b7da29b1ae36415f606592010"
},
"nbformat": 3,
"nbformat_minor": 0,
@ -836,6 +836,14 @@
"[[back to top](#Sections)]"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Also this regex is only recommended for \"filtering\" purposes and not a ultimate way to parse HTML. For more information see this excellent discussion on StackOverflow: \n",
"[http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/](http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags/) "
]
},
{
"cell_type": "code",
"collapsed": false,