Giter VIP home page Giter VIP logo

aiohttp-theme's People

Contributors

asvetlov avatar birkenfeld avatar bitprophet avatar blendify avatar d0ugal avatar dependabot-preview[bot] avatar dependabot[bot] avatar ericholscher avatar hoefling avatar hukka avatar jdufresne avatar jezdez avatar kennethreitz avatar lgtm-com[bot] avatar marvinpinto avatar mitya57 avatar moigagoo avatar nicolaiarocci avatar nikolas avatar numberoverzero avatar octylfractal avatar ruihe774 avatar rvernica avatar samwhited avatar shadowkyogre avatar sloria avatar svmarshall avatar swsnr avatar uralbash avatar webknjaz avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aiohttp-theme's Issues

code blocks inside tables overlap previous row

This example reproduces the problem

+---------------------------+
| one                       |
+---------------------------+
| .. code-block:: python    |
|                           |
|    print("hello")         |
+---------------------------+

image

No space between caption and the code block in literalinclude

First of all, this is an awesome theme - I especially like the code highlighting style and the option for custom badges, very cool! The only thing caught my eye is that there's no space separating the caption from the code block when using the .. literalinclude:: directive. A simple example:

Hello world:

.. literalinclude:: helloworld.py
   :caption: helloworld.py

renders as:

image

To overcome this, ATM I use in a custom CSS:

div.code-block-caption {
    padding: 2px 5px 10px;
}

but maybe you can propose a better solution that will benefit everyone.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.