-
```
import asyncio
from crawl4ai import AsyncWebCrawler
async def main():
async with AsyncWebCrawler(verbose=True) as crawler:
result = await crawler.arun(
url="https:/…
-
The files on the literate branch are written such that its also possible to export the episodes to jupyter and pluto notebooks.
For that to be usable we would need to converted the Carpentries divs…
-
Tangent's markdown parser is a seat-of-my-pants bespoke hack. It (mostly) works! However, there are multiple gaps in its functionality. Some of these have open issues:
- #100 – Inline styles not worki…
-
This may be useful if generating html documentation based on js-docs, bu there can be alternative, cleaner ways of doing it.
With Markdown plugin we can try to keep the structure of the documentation…
-
Personally, I like to transition the header and footer html into layouts and manage pages through markdown. I find it a lot simpler and cleaner.
I'd be happy to take a pass at a pull request that …
-
Hi Cath,
could you take a look at the page? I added a German version of the text and copied the format of the index in English but it doesn't format the index list correctly. Also, in the section a…
-
This will make future editing much easier and then we can also link to individual `bin_util` doc pages from within GitHub.
-
Provide a robust "HTML to Markdown" feature via command palette. [This](https://github.com/textmate/markdown.tmbundle/blob/master/Support/bin/html2text.py) file may help.
@ttscoff Would you be intere…
-
Hi,
I am extracting some content from html and storing the html extracted in markdown format (I need to do this due internal search engine issues with html) so then in other place I can re-render a…
-
I'm seeing tons of different tools to use like gray-matter (front matter parser), remark (markdown to html transformer), and mdx (a react extension for markdown files).
I'm not exactly sure what's …