home.social

Search

1000 results for “markd”

  1. @adamghill whew, for a split second, when I saw a link rather than a recommendation for something like #PanDoc or #Kramdown, I feared you were suggesting that a sane person would use some third party web site or service to generate HTML from #Markdown source. Then after a few more milliseconds my brain recognized the Github domain and I calmed down enough to browse the link and verify that github.com/lepture/mistune is a Python library and regained my composure 😏

  2. @adamghill whew, for a split second, when I saw a link rather than a recommendation for something like #PanDoc or #Kramdown, I feared you were suggesting that a sane person would use some third party web site or service to generate HTML from #Markdown source. Then after a few more milliseconds my brain recognized the Github domain and I calmed down enough to browse the link and verify that github.com/lepture/mistune is a Python library and regained my composure 😏

  3. @adamghill whew, for a split second, when I saw a link rather than a recommendation for something like #PanDoc or #Kramdown, I feared you were suggesting that a sane person would use some third party web site or service to generate HTML from #Markdown source. Then after a few more milliseconds my brain recognized the Github domain and I calmed down enough to browse the link and verify that github.com/lepture/mistune is a Python library and regained my composure 😏

  4. 7/

    Mit der drahtlosen Tastatur auf dem Schoß, sitzend kann ich mich sichtbar für alle zwischen Smartboard und den Sitzreihen der SuS positionieren. Im Tippen bin ich mindestens genauso schnell – wenn nicht schneller – wie im Schreiben mit Stift am #Smartboard. #Typora macht's möglich.

    Dank #Markdown kann der Text sinnvoll mit Überschriften untergliedert und durch Listen in einzelne Unterpunkte aufgeteilt werden.

    ⇒ weiter ...

  5. Blog post on fancy lists and how to write long, interrupted lists without having to count items.

    tarleb.com/posts/list-continua

    Spoiler: uses a Lua

  6. Markdown в IntelliJ IDEA как отдельный вид искусства. Рисуем диаграммы и вызываем bash команды

    Spring разработчики часто пишут документацию и README/HELP файлы к своим приложениям. Часто это делается в Markdown файлах. Markdown плагин в IntelliJ IDEA распознает файлы, предоставляет специальный редактор с подсветкой, автокомплитом и форматированием, а также дает визуальное отображение в панели предварительного просмотра в реальном времени. Кроме стандартной функциональности в IntelliJ IDEA есть пару уникальных фич, которые команда Spring АйО хотела бы выделить особенно.

    habr.com/ru/companies/spring_a

    #Spring #markdown #restassured #kotlin #plantuml #mermaid #java #intellij

  7. Markdown в IntelliJ IDEA как отдельный вид искусства. Рисуем диаграммы и вызываем bash команды

    Spring разработчики часто пишут документацию и README/HELP файлы к своим приложениям. Часто это делается в Markdown файлах. Markdown плагин в IntelliJ IDEA распознает файлы, предоставляет специальный редактор с подсветкой, автокомплитом и форматированием, а также дает визуальное отображение в панели предварительного просмотра в реальном времени. Кроме стандартной функциональности в IntelliJ IDEA есть пару уникальных фич, которые команда Spring АйО хотела бы выделить особенно.

    habr.com/ru/companies/spring_a

    #Spring #markdown #restassured #kotlin #plantuml #mermaid #java #intellij

  8. 🚨 New mix alert!

    🎧 "Flaming Colossus Classics"

    An uplifting classic house set that opitomised the soundtrack for a typical night out at one of my favourite Leicester clubs circa 1998 - Flaming Colossus.

    markdavidi.com/flaming-colossu

    #House #ClassicHouse #UpliftingHouse #DJ #DJMix #Vinyl #DavidiVinylMix

  9. 🚨 New mix alert!

    🎧 "Flaming Colossus Classics"

    An uplifting classic house set that opitomised the soundtrack for a typical night out at one of my favourite Leicester clubs circa 1998 - Flaming Colossus.

    markdavidi.com/flaming-colossu

    #House #ClassicHouse #UpliftingHouse #DJ #DJMix #Vinyl #DavidiVinylMix

  10. 🚨 New mix alert!

    🎧 "Flaming Colossus Classics"

    An uplifting classic house set that opitomised the soundtrack for a typical night out at one of my favourite Leicester clubs circa 1998 - Flaming Colossus.

    markdavidi.com/flaming-colossu

    #House #ClassicHouse #UpliftingHouse #DJ #DJMix #Vinyl #DavidiVinylMix

  11. @MarkDW anyone offering a service to install an open mod on your choice of device?

    Customer pays for the device, shipping delivers to the installation service office. Installation service installs customer choice of Android mod, repackages, ships to customer with a single flat-rate service fee.

    For this, I wish. #businessConcept

  12. @MarkDW anyone offering a service to install an open mod on your choice of device?

    Customer pays for the device, shipping delivers to the installation service office. Installation service installs customer choice of Android mod, repackages, ships to customer with a single flat-rate service fee.

    For this, I wish. #businessConcept

  13. @MarkDW anyone offering a service to install an open mod on your choice of device?

    Customer pays for the device, shipping delivers to the installation service office. Installation service installs customer choice of Android mod, repackages, ships to customer with a single flat-rate service fee.

    For this, I wish. #businessConcept

  14. @MarkDW anyone offering a service to install an open mod on your choice of device?

    Customer pays for the device, shipping delivers to the installation service office. Installation service installs customer choice of Android mod, repackages, ships to customer with a single flat-rate service fee.

    For this, I wish. #businessConcept

  15. If you spend any amount of time on the command line and often need to read #Markdown .md files, for longer documents, wouldn't it be nice to see them formatted, and use the links?

    You absolutely can using two utilities you probably already have on your system: #pandoc and #lynx.

    I've added a function to my .bashrc to use it:

    md() { pandoc $1 | lynx --stdin }

    Usage:
    md README.md

    Of course, you can name the function anything you wish.

    #linux #linuxTricks #shell #markdown

  16. If you spend any amount of time on the command line and often need to read #Markdown .md files, for longer documents, wouldn't it be nice to see them formatted, and use the links?

    You absolutely can using two utilities you probably already have on your system: #pandoc and #lynx.

    I've added a function to my .bashrc to use it:

    md() { pandoc $1 | lynx --stdin }

    Usage:
    md README.md

    Of course, you can name the function anything you wish.

    #linux #linuxTricks #shell #markdown

  17. If you spend any amount of time on the command line and often need to read #Markdown .md files, for longer documents, wouldn't it be nice to see them formatted, and use the links?

    You absolutely can using two utilities you probably already have on your system: #pandoc and #lynx.

    I've added a function to my .bashrc to use it:

    md() { pandoc $1 | lynx --stdin }

    Usage:
    md README.md

    Of course, you can name the function anything you wish.

    #linux #linuxTricks #shell #markdown

  18. Serie: #Static_Site_Generators - #Hugo (Teil 3)

    Im dritten und letzten Teil geht es um ein paar Details von #Hugo. Ich erkläre die Config-Datei des Themes, neue Seiten, die Medienablage, #Markdown-Erweiterungen und das Publizieren.

    gnulinux.ch/serie-static-site-

  19. 🥳 New Kitten Release

    • Improved Markdown parser

    Kitten’s JavaScript tagged template strings (`kitten.html`) no longer fail to render as expected when interpolated values are used inside of Markdown where the Markdown render changes source order.

    So, for example, the following will now work correctly, whereas, previously, the link source and link text would have been erroneously flipped:

    kitten.html`
    <markdown>
    [${linkText}](${linkSource})
    </markdown>
    `

    To implement the fix, I’ve moved Markdown rendering outside of the main render loop and into a pre-render stage and implemented a simple Markdown render tree that non-recursively handles all Markdown region renders.

    More details: codeberg.org/kitten/app/src/br

    Run `kitten update` to update your dev machines. Your deployment servers will automatically update in the next few hours.

    You can learn more about and install Kitten from the Kitten web site:
    kitten.small-web.org/

    Enjoy!

    :kitten:💕

    #Kitten #KittenRelease #SmallWeb #server #framework #web #dev #kit #markdown

  20. Sobre devastação ambiental e fuga tecnológica

    "As falsas esperanças de um renascimento sob a forma de 'anjos biônicos', para citar a revista Mondo 2000, revelam uma leitura superficial e desastrosa do mito de Ícaro. Elas dão asas ao nosso futuro, mas são asas de cera." (Mark Dery, 1996)

    #tecnologia #tecnopolitica #ciberespaco #filosofia #tecnociencia #markdery

  21. Markdown Viewer dan Editor adalah alat untuk menulis, mengedit, dan melihat pratinjau Markdown secara cepat, ringan, dan efisien langsung di browser. Cocok untuk developer, penulis, dan blogger.

    #fediverse #Repost #OlahMedia #Markdown #Viewer #Editor

    dalam.web.id/artikel/markdown-

  22. Formation sur les communs numériques ce midi avec mes collègues.

    Pas de bol : rupture de la connexion Internet dans l'établissement...
    Oui mais ! C'était sans compter sur les ordinateurs reconditionnés (dans le cadre de la démarche NIRD : nird.forge.apps.education.fr) par les élèves et mon partage de connexion ! 😅

    1/3

    #LaForgeÉdu #CommunsNumériques #LogicielsLibres #ÉducationNumérique #Reconditionnement #Partage #NIRD #Formation #Markdown

  23. Gerade ist ein kleiner Relaunch auf der Basis des Lowtech-Website-Generators #lowmark online gegangen:
    martin-loewenstein.de/

    Ich habe ca. 900 Predigten aus dem alten CMS (#MODX) in #Markdown-Dateien exportiert und das Layout geringfügig überarbeitet. Gute Voraussetzungen, diesen Predigt-Schatz für die nächsten Jahrzehnte im Internet zugänglich zu halten.

  24. Gerade ist ein kleiner Relaunch auf der Basis des Lowtech-Website-Generators #lowmark online gegangen:
    martin-loewenstein.de/

    Ich habe ca. 900 Predigten aus dem alten CMS (#MODX) in #Markdown-Dateien exportiert und das Layout geringfügig überarbeitet. Gute Voraussetzungen, diesen Predigt-Schatz für die nächsten Jahrzehnte im Internet zugänglich zu halten.