Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-12-23 13:59:45 +03:00
parent f30c945961
commit b92515dedd

View File

@ -157,6 +157,7 @@ var setup = function(){
-> str -> str
-> undefined -> undefined
``` ```
- might be a good idea to change `.parseBlockAttrs(..)` to return an array of text and attrs (str) and handle the above `.__code_attrs__(..)` and `.__view_attrs__(..)` in the respective handlers...
- attributes: need to show/hide the attributes -- option? - attributes: need to show/hide the attributes -- option?
attr::value attr::value
- `.__parse_code__(..)`: add data attributes to code if missing... - `.__parse_code__(..)`: add data attributes to code if missing...