You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the generated html sources, some unbalanced bcode tag found, e.g. try investigate the source of this file, search bcode in the source tag of chrome. 3 unstarted bcode tag will be found
the cresponding source file of this html doc is here.
Angular configuration, a package.json file in the root folder
yes
Compodoc installed globally or locally ?
both globally and locally produces the same result
Motivation for or Use Case
see #252, i have to transform the generated html doc to html fragment for my website, this issue make my transforming script do not work correctly, the script can find a correct end tag because of this unexpected bcode tag
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem. Why locking ? Having issues with the most up-to-date context.
lockbot
locked as resolved and limited conversation to collaborators
Oct 1, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Overview of the issue
in the generated html sources, some unbalanced
bcode
tag found, e.g. try investigate the source of this file, searchbcode
in the source tag of chrome. 3 unstartedbcode
tag will be foundthe cresponding source file of this html doc is here.
Operating System, Node.js, npm, compodoc version(s)
win7 x64, node 6.10, npm 3.10
Angular configuration, a
package.json
file in the root folderyes
Compodoc installed globally or locally ?
both globally and locally produces the same result
Motivation for or Use Case
see #252, i have to transform the generated html doc to html fragment for my website, this issue make my transforming script do not work correctly, the script can find a correct end tag because of this unexpected
bcode
tagReproduce the error
try to generate html doc by using this source file
Related issues
#252
Suggest a Fix
it is quite obviously that the
bcode
tag is unneccessary.The text was updated successfully, but these errors were encountered: