Files
ESP-Kirill 5f534cad1f blog: Add article espressif ide lsp support (#57)
* Added Espressif IDE LSP support post

* blog:Update conclusion and table of contents

* blog: Update images for clarity and add editor color options items

* blog: update toc and disable processing of gif images

    Enable automatic generation of toc while using the plugin markdown all in one. This solution is cleaner than creating anchors and referring to them.

    The standard markdown syntax for including images triggers their processing by Hugo. However, Hugo cannot process animated GIFs, which leads to errors while generating HTML. The figure shortcode with the option default=true enables standard markdown action for images and disables image processing by Hugo.

* Rewrite or edit the introduction and part of setup

    This commit attempts to disambiguate all abbreviations, make terminology consistent, and improve the flow in general

* blog: Update as per Kondals feedback and his answers to Kirills questions

* feat: Add video shortcode

* fix: Convert gifs to mp4 and rearrange media files

---------

Co-authored-by: pedrominatel <pminatel@gmail.com>
Co-authored-by: Kondal Kolipaka <kondal.kolipaka@espressif.com>
2024-07-10 14:19:16 +08:00

9 lines
147 B
CSS

.video-desc {
font-size: 13px;
color: var(--secondary);
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 0.6rem;
}