Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Якоря для ключевых слов #2

Open
2 tasks
johnd0e opened this issue Jan 28, 2020 · 0 comments
Open
2 tasks

Якоря для ключевых слов #2

johnd0e opened this issue Jan 28, 2020 · 0 comments

Comments

@johnd0e
Copy link
Contributor

johnd0e commented Jan 28, 2020

  • Необходимо каким-то образом помечать в маркдаун-тексте ключевые слова.
    Это можно делать и прямо оборачивая в dfn, но хотелось бы как-то менее громоздко, а оборачивать в <dfn> с помощью скрипта.
    Как вариант: использовать то, что в настоящий момент почти все ключевые слова оборачиваются в <dd>.
    Надо посмотреть и возможности pandoc (Change the implementation of htmlSpanLikeElements and implement <dfn> jgm/pandoc#5882).
  • Скрипт для извлечения ключевых слов в настоящий момент рассчитан на <a name="...">...</a> (Совместимость с chm #1), это надо либо учесть, либо усовершенствовать скрипт, а именно следующий регэксп:
      match_aname = re.compile(r'<a.+?name\s*=\s*(?P<quote>[\'\"])(.+?)(?P=quote).*?>(.+?)</a>', re.I)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant