doconce icon indicating copy to clipboard operation
doconce copied to clipboard

Lightweight markup language - document once, include anywhere

Results 27 doconce issues
Sort by recently updated
recently updated
newest added

Hello, Am I right to conclude that footnotes in captions are not supported? I used: ``` FIGURE: [fig/myfigure.png width=500 frac=0.6] The caption[^myfootnote]. [^myfootnote]: More info. ``` and got ``` !...

### Description of idea Since I always work on DocOnce documents inside a git repository, I had the idea of adding an option to include the short version of the...

enhancement

Notebooks are meant to be written interactively in the browser, but many would prefer to use an editor like Emacs and write the notebook in plain Markdown and computer code....

Trying to specify `--html_toc_depth=1` during `doconce format html`, I have the following warning: ``` *** warning: unrecognized command-line option --html_toc_depth=1 ``` It seems that there's no handlers for `html_toc_depth` at...

As discussed in https://github.com/hplgit/doconce/issues/48 , support for both-way translation between DocOnce and CommonMark with extensions would be nice as the [extensions](https://github.com/jgm/CommonMark/wiki/Proposed-Extensions-to-CommonMark) are already getting into the most popular CommonMark implementations...

Use the script [ebookmaker.py](https://github.com/hplgit/ebookmaker) as described in the [Troubleshooting and FAQ](http://hplgit.github.io/doconce/doc/pub/trouble/trouble.html#trouble:epub) document. Basically, translate to Bootstrap HTML first, make a JSON file describing the content, and then run `ebookmaker.py`.

- https://hplgit.github.io/doconce/doc/pub/slides/scientific_writing-reveal.html -> https://hplgit.github.com/teamods/writing_reports/ 404 - http://hplgit.github.io/doconce/doc/web/index.html -> syntax example 404 --- Background: I found this project while checking my notes for "howto nice scientific presentations."