1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 07:39:43 +02:00

restructure directories

This commit is contained in:
Elliott Stoneham 2016-07-20 15:58:37 +01:00
parent 7e4ed6545b
commit a2ce777762
159 changed files with 320 additions and 323 deletions

View file

@ -0,0 +1,10 @@
How the HTML conversion works
=============================
Uses the "golang.org/x/net" repository package "html" to parse the HTML into a tree,
then walks the tree using processHeadings() to make a series of sections with a heading as their title and the following HTML as the body.
Importantly, if a heading is within some other structure, that other structure is ignored in order to get the heading into the list. This seems to mostly work well, but may have some unintended side-effects.
On the subject of unintended side-effects, or rather their avoidance, "script" HTML tags and their contents are not passed through.