Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Hierarchical lists do not fit in width #6

Open
TitovLab opened this issue Jan 4, 2020 · 0 comments
Open

Hierarchical lists do not fit in width #6

TitovLab opened this issue Jan 4, 2020 · 0 comments

Comments

@TitovLab
Copy link

TitovLab commented Jan 4, 2020

Very handy plugin, thanks!

Hierarchical lists do not fit in width.
Here is example:
image

Example page content:

  ~~ol:hierarchical~~
  - One
  - Two
  - We create a configuration file. Configuration file always depends on the tasks. Below are examples of configuration files for Apache:
      - With SSL:
        - Create ''/etc/httpd/conf.d/example.company.ru-ssl.conf''<code apache>
<VirtualHost *:443>
    <IfModule !mod_headers.c>
        LoadModule headers_module modules/mod_headers.so
    </IfModule>
    <IfModule mod_headers.c>
        Header always set Strict-Transport-Security "max-age= 31536000; includeSubdomains; preload"
        Header always set X-Frame-Options DENY
    </IfModule>
</code>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant