0

After already writing 3000 lines of the following text structure, I realized that I want to make certain sections of the text collapsible. I am currently using <code class="language-bash" data-lang="bash"> to account for spacing structure that I manually created. Only reason I'm using bash is because I found a template that was doing the same sentence structure and I just adjusted the text.

Here is a sample of the code in JSFiddle: https://jsfiddle.net/7stnjkj4/1/

What would be the best option from this point?

FSmith
  • 1

1 Answers1

0

you want to make Collapsible text section right ?

MyStack
  • 53
  • 9
  • Yes, that is the goal. I want to have a collapsible point at Nav, Customer Maintenance and Customer. – FSmith Jun 28 '17 at 18:50
  • here is a simple way to create a collapsible text section by using bootstrap.check this https://jsfiddle.net/codegen/aoabp9v0/ – MyStack Jun 28 '17 at 19:00
  • That would work except that I can't use `
    ` within ``
    – FSmith Jun 28 '17 at 19:27
  • Decided to drop the 3k lines and go with https://stackoverflow.com/questions/5636375/how-to-create-a-collapsing-tree-table-in-html-css-js – FSmith Jun 28 '17 at 20:26