ProtoLife / daptics-api

API documentation and clients for the daptics.ai design of experiments engine
https://daptics.ai
GNU General Public License v3.0
1 stars 1 forks source link

Jupyter Notebooks mkdocs page has bad markdown? #24

Closed pzingg closed 4 years ago

pzingg commented 4 years ago

This page: https://protolife.github.io/daptics-api/jupyter_notebooks/

has a few rendering bugs:

  1. http links should be rendered as links, not text
  2. code sections marked with three backticks should be rendered line by line, instead of being concatenated.

Something going wrong with mkdocs?

pzingg commented 4 years ago
  1. The automatic links bit apparently is not supported (without a third-party python-markdown extension).

  2. The "fenced code" newline problem is in the mkdocs-rtd-dropdown theme, and there is a fix: https://github.com/cjsheets/mkdocs-rtd-dropdown/pull/27/files

pzingg commented 4 years ago

Added explicit links in v0.9.2