sphinx-notes / any

Sphinx domain for documenting anything
https://sphinx.silverrainz.me/any/
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Nested directive can't not be correctly indented #21

Closed SilverRainZ closed 1 year ago

SilverRainZ commented 1 year ago

Source:


.. version:: 2.0.0
   :date: 2023-08-18

   .. warning:: This release introduces some BREAKING changes.

      - BREAKING: Drop ``:noheader``, ``:nofooter:`` options. User should modifying their Lilypond 
        source to removing header and footer of scores, see `Custom titles headers and footers`__
        for more details (:issue:`35`)
      - BREAKING: Drop ``:noedge:`` option and introduce `:nocrop:` with opposite meaning compared to before.
        It is said that score is croppped (noedge) by default
        By the way, dependencies to Wand and ImageMagick are dropped (:issue:`31`)

      - BREAKING: Drop ``:audio:`` option and introduce `:noaudio:` with opposite meaning compared to before.
        Audio will be auto-generated when MIDI output avaliable, and user set `:noaudio:`
        only when they don't need this behavior (:pull:`36`)

   - Enhanced Jianpu support (:issue:`30`)

     - No longer panic when Jianpu parsing failed
     - Can not display multiple Jianpu scores (`jianpu-ly#35`__)
     - Support audio

   - Score image generataion is reproducible now (:issue:`10`)

   __ https://lilypond.org/doc/Documentation/notation/creating-titles-headers-and-footersjk
   __ https://github.com/ssb22/jianpu-ly/issues/35

Result:

image