Twiinner
Results
2
comments of
Twiinner
Good day, lads! I've recently successfully compile a simple "Golang hello world" inside the iSH, with the version of go is 1.18.6, for sure not build-from source, just use the...
Fix the ***views.py*** inside ***django_markdown*** folder at line 20: ``` py return render(request, settings.MARKDOWN_PREVIEW_TEMPLATE, dict(content=request.GET.get('data', '## No content posted ##'), css=settings.MARKDOWN_STYLE )) ``` This problem was caused by an outdated...